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

use Moose;
has DBClusterSnapshots => (is => 'ro', isa => 'ArrayRef[Paws::Neptune::DBClusterSnapshot]', request_name => 'DBClusterSnapshot', traits => ['NameInRequest',]);
has Marker => (is => 'ro', isa => 'Str');
has _request_id => (is => 'ro', isa => 'Str');
1;
### main pod documentation begin ###
=head1 NAME
Paws::Neptune::DBClusterSnapshotMessage
=head1 ATTRIBUTES
=head2 DBClusterSnapshots => ArrayRef[L<Paws::Neptune::DBClusterSnapshot>]
Provides a list of DB cluster snapshots for the user.
=head2 Marker => Str
An optional pagination token provided by a previous
DescribeDBClusterSnapshots request. If this parameter is specified, the
response includes only records beyond the marker, up to the value
specified by C<MaxRecords>.
=head2 _request_id => Str
=cut