Class: Aws::RedshiftServerless::Types::GetRecoveryPointRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::RedshiftServerless::Types::GetRecoveryPointRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-redshiftserverless/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#recovery_point_id ⇒ String
The unique identifier of the recovery point to return information for.
Instance Attribute Details
#recovery_point_id ⇒ String
The unique identifier of the recovery point to return information for.
1208 1209 1210 1211 1212 |
# File 'lib/aws-sdk-redshiftserverless/types.rb', line 1208 class GetRecoveryPointRequest < Struct.new( :recovery_point_id) SENSITIVE = [] include Aws::Structure end |