Class: Aws::Odb::Types::TransportableTablespace

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb

Overview

The transportable tablespace configuration used when creating an Autonomous Database.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#tts_bundle_url ⇒ String

The URL of the transportable tablespace bundle to use when creating the Autonomous Database.

Returns:

  • (String)


10545
10546
10547
10548
10549
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb', line 10545

class TransportableTablespace < Struct.new(
  :tts_bundle_url)
  SENSITIVE = []
  include Aws::Structure
end