Class: Aws::RedshiftServerless::Types::GetRecoveryPointResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::RedshiftServerless::Types::GetRecoveryPointResponse
- Defined in:
- gems/aws-sdk-redshiftserverless/lib/aws-sdk-redshiftserverless/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#recovery_point ⇒ Types::RecoveryPoint
The returned recovery point object.
Instance Attribute Details
#recovery_point ⇒ Types::RecoveryPoint
The returned recovery point object.
1214 1215 1216 1217 1218 |
# File 'gems/aws-sdk-redshiftserverless/lib/aws-sdk-redshiftserverless/types.rb', line 1214 class GetRecoveryPointResponse < Struct.new( :recovery_point) SENSITIVE = [] include Aws::Structure end |