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.

Returns:



1676
1677
1678
1679
1680
1681
1682
# File 'lib/aws-sdk-redshiftserverless/types.rb', line 1676

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.

Returns:

  • (String)


1676
1677
1678
1679
1680
1681
1682
# File 'lib/aws-sdk-redshiftserverless/types.rb', line 1676

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.

Returns:

  • (String)


1676
1677
1678
1679
1680
1681
1682
# File 'lib/aws-sdk-redshiftserverless/types.rb', line 1676

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