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:



1933
1934
1935
1936
1937
1938
1939
# File 'lib/aws-sdk-redshiftserverless/types.rb', line 1933

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)


1933
1934
1935
1936
1937
1938
1939
# File 'lib/aws-sdk-redshiftserverless/types.rb', line 1933

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)


1933
1934
1935
1936
1937
1938
1939
# File 'lib/aws-sdk-redshiftserverless/types.rb', line 1933

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