Class: Aws::Types::NetworkMigrationCodeGenerationJobDetails

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

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.

Returns:



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.

Returns:

  • (::Time)


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.

Returns:

  • (::Time)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • ("PENDING", "STARTED", "SUCCEEDED", "FAILED")


1311
1312
1313
# File 'sig/types.rbs', line 1311

def status
  @status
end

#status_details ⇒ ::String

Returns the value of attribute status_details.

Returns:

  • (::String)


1312
1313
1314
# File 'sig/types.rbs', line 1312

def status_details
  @status_details
end