Class: Aws::RedshiftServerless::Types::RestoreFromRecoveryPointRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::RedshiftServerless::Types::RestoreFromRecoveryPointRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-redshiftserverless/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#namespace_name ⇒ String
The name of the namespace to restore data into.
-
#recovery_point_id ⇒ String
The unique identifier of the recovery point to restore from.
-
#workgroup_name ⇒ String
The name of the workgroup used to restore data.
Instance Attribute Details
#namespace_name ⇒ String
The name of the namespace to restore data into.
2351 2352 2353 2354 2355 2356 2357 |
# File 'lib/aws-sdk-redshiftserverless/types.rb', line 2351 class RestoreFromRecoveryPointRequest < Struct.new( :namespace_name, :recovery_point_id, :workgroup_name) SENSITIVE = [] include Aws::Structure end |
#recovery_point_id ⇒ String
The unique identifier of the recovery point to restore from.
2351 2352 2353 2354 2355 2356 2357 |
# File 'lib/aws-sdk-redshiftserverless/types.rb', line 2351 class RestoreFromRecoveryPointRequest < Struct.new( :namespace_name, :recovery_point_id, :workgroup_name) SENSITIVE = [] include Aws::Structure end |
#workgroup_name ⇒ String
The name of the workgroup used to restore data.
2351 2352 2353 2354 2355 2356 2357 |
# File 'lib/aws-sdk-redshiftserverless/types.rb', line 2351 class RestoreFromRecoveryPointRequest < Struct.new( :namespace_name, :recovery_point_id, :workgroup_name) SENSITIVE = [] include Aws::Structure end |