Class: Aws::Types::SchemaConversionRequest
- Inherits:
-
Object
- Object
- Aws::Types::SchemaConversionRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#error ⇒ Types::ErrorDetails
Returns the value of attribute error.
-
#export_sql_details ⇒ Types::ExportSqlDetails
Returns the value of attribute export_sql_details.
-
#migration_project_arn ⇒ ::String
Returns the value of attribute migration_project_arn.
-
#progress ⇒ Types::Progress
Returns the value of attribute progress.
-
#request_identifier ⇒ ::String
Returns the value of attribute request_identifier.
-
#status ⇒ ::String
Returns the value of attribute status.
Instance Attribute Details
#error ⇒ Types::ErrorDetails
Returns the value of attribute error.
2777 2778 2779 |
# File 'sig/types.rbs', line 2777 def error @error end |
#export_sql_details ⇒ Types::ExportSqlDetails
Returns the value of attribute export_sql_details.
2778 2779 2780 |
# File 'sig/types.rbs', line 2778 def export_sql_details @export_sql_details end |
#migration_project_arn ⇒ ::String
Returns the value of attribute migration_project_arn.
2776 2777 2778 |
# File 'sig/types.rbs', line 2776 def migration_project_arn @migration_project_arn end |
#progress ⇒ Types::Progress
Returns the value of attribute progress.
2779 2780 2781 |
# File 'sig/types.rbs', line 2779 def progress @progress end |
#request_identifier ⇒ ::String
Returns the value of attribute request_identifier.
2775 2776 2777 |
# File 'sig/types.rbs', line 2775 def request_identifier @request_identifier end |
#status ⇒ ::String
Returns the value of attribute status.
2774 2775 2776 |
# File 'sig/types.rbs', line 2774 def status @status end |