Class: Aws::DocDB::Types::DBClusterSnapshotMessage
- Inherits:
-
Struct
- Object
- Struct
- Aws::DocDB::Types::DBClusterSnapshotMessage
- Includes:
- Structure
- Defined in:
- 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.
1900 1901 1902 1903 1904 1905 |
# File 'lib/aws-sdk-docdb/types.rb', line 1900 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`.
1900 1901 1902 1903 1904 1905 |
# File 'lib/aws-sdk-docdb/types.rb', line 1900 class DBClusterSnapshotMessage < Struct.new( :marker, :db_cluster_snapshots) SENSITIVE = [] include Aws::Structure end |