Class: Aws::RedshiftServerless::Types::ListSnapshotsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::RedshiftServerless::Types::ListSnapshotsResponse
- Defined in:
- gems/aws-sdk-redshiftserverless/lib/aws-sdk-redshiftserverless/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
If
nextToken
is returned, there are more results available. -
#snapshots ⇒ Array<Types::Snapshot>
All of the returned snapshot objects.
Instance Attribute Details
#next_token ⇒ String
If nextToken
is returned, there are more results available. The
value of nextToken
is a unique pagination token for each page.
Make the call again using the returned token to retrieve the next
page.
1802 1803 1804 1805 1806 1807 |
# File 'gems/aws-sdk-redshiftserverless/lib/aws-sdk-redshiftserverless/types.rb', line 1802 class ListSnapshotsResponse < Struct.new( :next_token, :snapshots) SENSITIVE = [] include Aws::Structure end |
#snapshots ⇒ Array<Types::Snapshot>
All of the returned snapshot objects.
1802 1803 1804 1805 1806 1807 |
# File 'gems/aws-sdk-redshiftserverless/lib/aws-sdk-redshiftserverless/types.rb', line 1802 class ListSnapshotsResponse < Struct.new( :next_token, :snapshots) SENSITIVE = [] include Aws::Structure end |