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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-redshiftserverless/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:



2306
2307
2308
2309
2310
2311
2312
# File 'gems/aws-sdk-redshiftserverless/lib/aws-sdk-redshiftserverless/types.rb', line 2306

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)


2306
2307
2308
2309
2310
2311
2312
# File 'gems/aws-sdk-redshiftserverless/lib/aws-sdk-redshiftserverless/types.rb', line 2306

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)


2306
2307
2308
2309
2310
2311
2312
# File 'gems/aws-sdk-redshiftserverless/lib/aws-sdk-redshiftserverless/types.rb', line 2306

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