Class: Aws::Types::NetworkMigrationCodeGenerationJobDetails
- Inherits:
-
Object
- Object
- Aws::Types::NetworkMigrationCodeGenerationJobDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#code_generation_output_format_status_details_map ⇒ ::Hash[("CDK_L1" | "CDK_L2" | "TERRAFORM" | "LZA"), Types::CodeGenerationOutputFormatStatusDetails]
Returns the value of attribute code_generation_output_format_status_details_map.
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#ended_at ⇒ ::Time
Returns the value of attribute ended_at.
-
#job_id ⇒ ::String
Returns the value of attribute job_id.
-
#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.
-
#status ⇒ "PENDING", ...
Returns the value of attribute status.
-
#status_details ⇒ ::String
Returns the value of attribute status_details.
Instance Attribute Details
#code_generation_output_format_status_details_map ⇒ ::Hash[("CDK_L1" | "CDK_L2" | "TERRAFORM" | "LZA"), Types::CodeGenerationOutputFormatStatusDetails]
Returns the value of attribute code_generation_output_format_status_details_map.
1313 1314 1315 |
# File 'sig/types.rbs', line 1313 def code_generation_output_format_status_details_map @code_generation_output_format_status_details_map end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
1309 1310 1311 |
# File 'sig/types.rbs', line 1309 def created_at @created_at end |
#ended_at ⇒ ::Time
Returns the value of attribute ended_at.
1310 1311 1312 |
# File 'sig/types.rbs', line 1310 def ended_at @ended_at end |
#job_id ⇒ ::String
Returns the value of attribute job_id.
1306 1307 1308 |
# File 'sig/types.rbs', line 1306 def job_id @job_id end |
#network_migration_definition_id ⇒ ::String
Returns the value of attribute network_migration_definition_id.
1308 1309 1310 |
# File 'sig/types.rbs', line 1308 def network_migration_definition_id @network_migration_definition_id end |
#network_migration_execution_id ⇒ ::String
Returns the value of attribute network_migration_execution_id.
1307 1308 1309 |
# File 'sig/types.rbs', line 1307 def network_migration_execution_id @network_migration_execution_id end |
#status ⇒ "PENDING", ...
Returns the value of attribute status.
1311 1312 1313 |
# File 'sig/types.rbs', line 1311 def status @status end |
#status_details ⇒ ::String
Returns the value of attribute status_details.
1312 1313 1314 |
# File 'sig/types.rbs', line 1312 def status_details @status_details end |