Class: Aws::Odb::Types::TransportableTablespace
- Inherits:
-
Struct
- Object
- Struct
- Aws::Odb::Types::TransportableTablespace
- 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
-
#tts_bundle_url ⇒ String
The URL of the transportable tablespace bundle to use when creating the Autonomous Database.
Instance Attribute Details
#tts_bundle_url ⇒ String
The URL of the transportable tablespace bundle to use when creating the Autonomous Database.
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 |