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

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

#recovery_pointTypes::RecoveryPoint

The returned recovery point object.



964
965
966
967
968
# File 'lib/aws-sdk-redshiftserverless/types.rb', line 964

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