Class: Aws::RedshiftServerless::Types::GetRecoveryPointResponse

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

#recovery_pointTypes::RecoveryPoint

The returned recovery point object.



1208
1209
1210
1211
1212
# File 'gems/aws-sdk-redshiftserverless/lib/aws-sdk-redshiftserverless/types.rb', line 1208

class GetRecoveryPointResponse < Struct.new(
  :recovery_point)
  SENSITIVE = []
  include Aws::Structure
end