Class: Aws::RedshiftServerless::Types::ListRecoveryPointsResponse

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)


1115
1116
1117
1118
1119
1120
# File 'lib/aws-sdk-redshiftserverless/types.rb', line 1115

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

#recovery_pointsArray<Types::RecoveryPoint>

The returned recovery point objects.

Returns:



1115
1116
1117
1118
1119
1120
# File 'lib/aws-sdk-redshiftserverless/types.rb', line 1115

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