From Code to Community: Sponsoring The Perl and Raku Conference 2025 Learn more

use Moose;
has DBCluster => (is => 'ro', isa => 'Paws::Neptune::DBCluster');
has _request_id => (is => 'ro', isa => 'Str');
1;
### main pod documentation begin ###
=head1 NAME
Paws::Neptune::FailoverDBClusterResult
=head1 ATTRIBUTES
=head2 DBCluster => L<Paws::Neptune::DBCluster>
=head2 _request_id => Str
=cut