Class: Aws::Types::StartNetworkMigrationCodeGenerationRequest
- Inherits:
-
Object
- Object
- Aws::Types::StartNetworkMigrationCodeGenerationRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#code_generation_output_format_types ⇒ ::Array[("CDK_L1" | "CDK_L2" | "TERRAFORM" | "LZA")]
Returns the value of attribute code_generation_output_format_types.
-
#network_migration_definition_id ⇒ ::String
Returns the value of attribute network_migration_definition_id.
-
#network_migration_execution_id ⇒ ::String
Returns the value of attribute network_migration_execution_id.
Instance Attribute Details
#code_generation_output_format_types ⇒ ::Array[("CDK_L1" | "CDK_L2" | "TERRAFORM" | "LZA")]
Returns the value of attribute code_generation_output_format_types.
1833 1834 1835 |
# File 'sig/types.rbs', line 1833 def code_generation_output_format_types @code_generation_output_format_types end |
#network_migration_definition_id ⇒ ::String
Returns the value of attribute network_migration_definition_id.
1832 1833 1834 |
# File 'sig/types.rbs', line 1832 def network_migration_definition_id @network_migration_definition_id end |
#network_migration_execution_id ⇒ ::String
Returns the value of attribute network_migration_execution_id.
1831 1832 1833 |
# File 'sig/types.rbs', line 1831 def network_migration_execution_id @network_migration_execution_id end |