Class: Aws::RedshiftServerless::Types::RestoreFromSnapshotResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::RedshiftServerless::Types::RestoreFromSnapshotResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-redshiftserverless/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#namespace ⇒ Types::Namespace
A collection of database objects and users.
-
#owner_account ⇒ String
The owner Amazon Web Services; account of the snapshot that was restored.
-
#snapshot_name ⇒ String
The name of the snapshot used to restore the namespace.
Instance Attribute Details
#namespace ⇒ Types::Namespace
A collection of database objects and users.
2444 2445 2446 2447 2448 2449 2450 |
# File 'lib/aws-sdk-redshiftserverless/types.rb', line 2444 class RestoreFromSnapshotResponse < Struct.new( :namespace, :owner_account, :snapshot_name) SENSITIVE = [] include Aws::Structure end |
#owner_account ⇒ String
The owner Amazon Web Services; account of the snapshot that was restored.
2444 2445 2446 2447 2448 2449 2450 |
# File 'lib/aws-sdk-redshiftserverless/types.rb', line 2444 class RestoreFromSnapshotResponse < Struct.new( :namespace, :owner_account, :snapshot_name) SENSITIVE = [] include Aws::Structure end |
#snapshot_name ⇒ String
The name of the snapshot used to restore the namespace.
2444 2445 2446 2447 2448 2449 2450 |
# File 'lib/aws-sdk-redshiftserverless/types.rb', line 2444 class RestoreFromSnapshotResponse < Struct.new( :namespace, :owner_account, :snapshot_name) SENSITIVE = [] include Aws::Structure end |