Class: Aws::RedshiftServerless::Types::RestoreFromSnapshotResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-redshiftserverless/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#namespaceTypes::Namespace

A collection of database objects and users.



2880
2881
2882
2883
2884
2885
2886
# File 'lib/aws-sdk-redshiftserverless/types.rb', line 2880

class RestoreFromSnapshotResponse < Struct.new(
  :namespace,
  :owner_account,
  :snapshot_name)
  SENSITIVE = []
  include Aws::Structure
end

#owner_accountString

The owner Amazon Web Services; account of the snapshot that was restored.



2880
2881
2882
2883
2884
2885
2886
# File 'lib/aws-sdk-redshiftserverless/types.rb', line 2880

class RestoreFromSnapshotResponse < Struct.new(
  :namespace,
  :owner_account,
  :snapshot_name)
  SENSITIVE = []
  include Aws::Structure
end

#snapshot_nameString

The name of the snapshot used to restore the namespace.



2880
2881
2882
2883
2884
2885
2886
# File 'lib/aws-sdk-redshiftserverless/types.rb', line 2880

class RestoreFromSnapshotResponse < Struct.new(
  :namespace,
  :owner_account,
  :snapshot_name)
  SENSITIVE = []
  include Aws::Structure
end