Class: Aws::DocDBElastic::Types::ListClusterSnapshotsOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::DocDBElastic::Types::ListClusterSnapshotsOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-docdbelastic/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
A pagination token provided by a previous request.
-
#snapshots ⇒ Array<Types::ClusterSnapshotInList>
A list of snapshots for a specified elastic cluster.
Instance Attribute Details
#next_token ⇒ String
A pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond this token, up to the value specified by ‘max-results`.
If there is no more data in the responce, the ‘nextToken` will not be returned.
812 813 814 815 816 817 |
# File 'lib/aws-sdk-docdbelastic/types.rb', line 812 class ListClusterSnapshotsOutput < Struct.new( :next_token, :snapshots) SENSITIVE = [] include Aws::Structure end |
#snapshots ⇒ Array<Types::ClusterSnapshotInList>
A list of snapshots for a specified elastic cluster.
812 813 814 815 816 817 |
# File 'lib/aws-sdk-docdbelastic/types.rb', line 812 class ListClusterSnapshotsOutput < Struct.new( :next_token, :snapshots) SENSITIVE = [] include Aws::Structure end |