Class: Aws::DatabaseMigrationService::Types::ExportSqlDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::DatabaseMigrationService::Types::ExportSqlDetails
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-databasemigrationservice/types.rb
Overview
The Amazon S3 location of the ZIP archive that contains the exported data definition language (DDL) scripts.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#object_url ⇒ String
The URL of the Amazon S3 object that contains the ZIP archive with exported DDL scripts.
-
#s3_object_key ⇒ String
The Amazon S3 URI of the object that contains the ZIP archive with exported DDL scripts.
Instance Attribute Details
#object_url ⇒ String
The URL of the Amazon S3 object that contains the ZIP archive with exported DDL scripts.
6449 6450 6451 6452 6453 6454 |
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 6449 class ExportSqlDetails < Struct.new( :s3_object_key, :object_url) SENSITIVE = [] include Aws::Structure end |
#s3_object_key ⇒ String
The Amazon S3 URI of the object that contains the ZIP archive with exported DDL scripts.
6449 6450 6451 6452 6453 6454 |
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 6449 class ExportSqlDetails < Struct.new( :s3_object_key, :object_url) SENSITIVE = [] include Aws::Structure end |