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)


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

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