Class: Aws::Types::DescribeConversionConfigurationResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeConversionConfigurationResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#conversion_configuration ⇒ ::String
Returns the value of attribute conversion_configuration.
-
#migration_project_identifier ⇒ ::String
Returns the value of attribute migration_project_identifier.
Instance Attribute Details
#conversion_configuration ⇒ ::String
Returns the value of attribute conversion_configuration.
745 746 747 |
# File 'sig/types.rbs', line 745 def conversion_configuration @conversion_configuration end |
#migration_project_identifier ⇒ ::String
Returns the value of attribute migration_project_identifier.
744 745 746 |
# File 'sig/types.rbs', line 744 def migration_project_identifier @migration_project_identifier end |