Class: Aws::RedshiftServerless::Types::GetRecoveryPointRequest

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_point_idString

The unique identifier of the recovery point to return information for.

Returns:

  • (String)


952
953
954
955
956
# File 'lib/aws-sdk-redshiftserverless/types.rb', line 952

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