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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-redshiftserverless/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)


1620
1621
1622
1623
1624
1625
# File 'gems/aws-sdk-redshiftserverless/lib/aws-sdk-redshiftserverless/types.rb', line 1620

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

#recovery_pointsArray<Types::RecoveryPoint>

The returned recovery point objects.

Returns:



1620
1621
1622
1623
1624
1625
# File 'gems/aws-sdk-redshiftserverless/lib/aws-sdk-redshiftserverless/types.rb', line 1620

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