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

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_point_idString

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

Returns:

  • (String)


1196
1197
1198
1199
1200
# File 'gems/aws-sdk-redshiftserverless/lib/aws-sdk-redshiftserverless/types.rb', line 1196

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