Class: Aws::RedshiftServerless::Types::ListSnapshotCopyConfigurationsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::RedshiftServerless::Types::ListSnapshotCopyConfigurationsResponse
- Includes:
- Structure
- Defined in:
- 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.
-
#snapshot_copy_configurations ⇒ Array<Types::SnapshotCopyConfiguration>
All of the returned snapshot copy configurations.
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.
1788 1789 1790 1791 1792 1793 |
# File 'lib/aws-sdk-redshiftserverless/types.rb', line 1788 class ListSnapshotCopyConfigurationsResponse < Struct.new( :next_token, :snapshot_copy_configurations) SENSITIVE = [] include Aws::Structure end |
#snapshot_copy_configurations ⇒ Array<Types::SnapshotCopyConfiguration>
All of the returned snapshot copy configurations.
1788 1789 1790 1791 1792 1793 |
# File 'lib/aws-sdk-redshiftserverless/types.rb', line 1788 class ListSnapshotCopyConfigurationsResponse < Struct.new( :next_token, :snapshot_copy_configurations) SENSITIVE = [] include Aws::Structure end |