Class: Aws::DocDB::Types::DBClusterSnapshotMessage
- Inherits:
-
Struct
- Object
- Struct
- Aws::DocDB::Types::DBClusterSnapshotMessage
- 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
-
#db_cluster_snapshots ⇒ Array<Types::DBClusterSnapshot>
Provides a list of cluster snapshots.
-
#marker ⇒ String
An optional pagination token provided by a previous request.
Instance Attribute Details
#db_cluster_snapshots ⇒ Array<Types::DBClusterSnapshot>
Provides a list of cluster snapshots.
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 |
#marker ⇒ String
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
.
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 |