Class: Aws::RedshiftServerless::Types::ListSnapshotsResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-redshiftserverless/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

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.

Returns:

  • (String)


1414
1415
1416
1417
1418
1419
# File 'lib/aws-sdk-redshiftserverless/types.rb', line 1414

class ListSnapshotsResponse < Struct.new(
  :next_token,
  :snapshots)
  SENSITIVE = []
  include Aws::Structure
end

#snapshotsArray<Types::Snapshot>

All of the returned snapshot objects.

Returns:



1414
1415
1416
1417
1418
1419
# File 'lib/aws-sdk-redshiftserverless/types.rb', line 1414

class ListSnapshotsResponse < Struct.new(
  :next_token,
  :snapshots)
  SENSITIVE = []
  include Aws::Structure
end