Class: Aws::DocDB::Types::DBClusterSnapshotMessage

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-docdb/lib/aws-sdk-docdb/types.rb

Overview

Represents the output of DescribeDBClusterSnapshots.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#db_cluster_snapshotsArray<Types::DBClusterSnapshot>

Provides a list of cluster snapshots.

Returns:



1816
1817
1818
1819
1820
1821
# File 'gems/aws-sdk-docdb/lib/aws-sdk-docdb/types.rb', line 1816

class DBClusterSnapshotMessage < Struct.new(
  :marker,
  :db_cluster_snapshots)
  SENSITIVE = []
  include Aws::Structure
end

#markerString

An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

Returns:

  • (String)


1816
1817
1818
1819
1820
1821
# File 'gems/aws-sdk-docdb/lib/aws-sdk-docdb/types.rb', line 1816

class DBClusterSnapshotMessage < Struct.new(
  :marker,
  :db_cluster_snapshots)
  SENSITIVE = []
  include Aws::Structure
end