Class: Aws::DatabaseMigrationService::Types::SchemaConversionRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::DatabaseMigrationService::Types::SchemaConversionRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-databasemigrationservice/types.rb
Overview
Provides information about a schema conversion action.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#error ⇒ Types::ErrorDetails
Provides error information about a project.
-
#export_sql_details ⇒ Types::ExportSqlDetails
Provides information about a metadata model assessment exported to SQL.
-
#migration_project_arn ⇒ String
The migration project ARN.
-
#request_identifier ⇒ String
The identifier for the schema conversion action.
-
#status ⇒ String
The schema conversion action status.
Instance Attribute Details
#error ⇒ Types::ErrorDetails
Provides error information about a project.
12695 12696 12697 12698 12699 12700 12701 12702 12703 |
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 12695 class SchemaConversionRequest < Struct.new( :status, :request_identifier, :migration_project_arn, :error, :export_sql_details) SENSITIVE = [] include Aws::Structure end |
#export_sql_details ⇒ Types::ExportSqlDetails
Provides information about a metadata model assessment exported to SQL.
12695 12696 12697 12698 12699 12700 12701 12702 12703 |
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 12695 class SchemaConversionRequest < Struct.new( :status, :request_identifier, :migration_project_arn, :error, :export_sql_details) SENSITIVE = [] include Aws::Structure end |
#migration_project_arn ⇒ String
The migration project ARN.
12695 12696 12697 12698 12699 12700 12701 12702 12703 |
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 12695 class SchemaConversionRequest < Struct.new( :status, :request_identifier, :migration_project_arn, :error, :export_sql_details) SENSITIVE = [] include Aws::Structure end |
#request_identifier ⇒ String
The identifier for the schema conversion action.
12695 12696 12697 12698 12699 12700 12701 12702 12703 |
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 12695 class SchemaConversionRequest < Struct.new( :status, :request_identifier, :migration_project_arn, :error, :export_sql_details) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The schema conversion action status.
12695 12696 12697 12698 12699 12700 12701 12702 12703 |
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 12695 class SchemaConversionRequest < Struct.new( :status, :request_identifier, :migration_project_arn, :error, :export_sql_details) SENSITIVE = [] include Aws::Structure end |