Class: Aws::RedshiftServerless::Types::RestoreFromRecoveryPointResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::RedshiftServerless::Types::RestoreFromRecoveryPointResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-redshiftserverless/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#namespace ⇒ Types::Namespace
The namespace that data was restored into.
-
#recovery_point_id ⇒ String
The unique identifier of the recovery point used for the restore.
Instance Attribute Details
#namespace ⇒ Types::Namespace
The namespace that data was restored into.
2369 2370 2371 2372 2373 2374 |
# File 'lib/aws-sdk-redshiftserverless/types.rb', line 2369 class RestoreFromRecoveryPointResponse < Struct.new( :namespace, :recovery_point_id) SENSITIVE = [] include Aws::Structure end |
#recovery_point_id ⇒ String
The unique identifier of the recovery point used for the restore.
2369 2370 2371 2372 2373 2374 |
# File 'lib/aws-sdk-redshiftserverless/types.rb', line 2369 class RestoreFromRecoveryPointResponse < Struct.new( :namespace, :recovery_point_id) SENSITIVE = [] include Aws::Structure end |