Class: Aws::Types::NetworkMigrationCodeGenerationSegment
- Inherits:
-
Object
- Object
- Aws::Types::NetworkMigrationCodeGenerationSegment
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#artifacts ⇒ ::Array[Types::NetworkMigrationCodeGenerationArtifact]
Returns the value of attribute artifacts.
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#job_id ⇒ ::String
Returns the value of attribute job_id.
-
#logical_id ⇒ ::String
Returns the value of attribute logical_id.
-
#mapper_segment_id ⇒ ::String
Returns the value of attribute mapper_segment_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.
-
#referenced_segments ⇒ ::Array[::String]
Returns the value of attribute referenced_segments.
-
#segment_id ⇒ ::String
Returns the value of attribute segment_id.
-
#segment_type ⇒ "WORKLOAD", ...
Returns the value of attribute segment_type.
Instance Attribute Details
#artifacts ⇒ ::Array[Types::NetworkMigrationCodeGenerationArtifact]
Returns the value of attribute artifacts.
1325 1326 1327 |
# File 'sig/types.rbs', line 1325 def artifacts @artifacts end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
1327 1328 1329 |
# File 'sig/types.rbs', line 1327 def created_at @created_at end |
#job_id ⇒ ::String
Returns the value of attribute job_id.
1318 1319 1320 |
# File 'sig/types.rbs', line 1318 def job_id @job_id end |
#logical_id ⇒ ::String
Returns the value of attribute logical_id.
1323 1324 1325 |
# File 'sig/types.rbs', line 1323 def logical_id @logical_id end |
#mapper_segment_id ⇒ ::String
Returns the value of attribute mapper_segment_id.
1324 1325 1326 |
# File 'sig/types.rbs', line 1324 def mapper_segment_id @mapper_segment_id end |
#network_migration_definition_id ⇒ ::String
Returns the value of attribute network_migration_definition_id.
1320 1321 1322 |
# File 'sig/types.rbs', line 1320 def network_migration_definition_id @network_migration_definition_id end |
#network_migration_execution_id ⇒ ::String
Returns the value of attribute network_migration_execution_id.
1319 1320 1321 |
# File 'sig/types.rbs', line 1319 def network_migration_execution_id @network_migration_execution_id end |
#referenced_segments ⇒ ::Array[::String]
Returns the value of attribute referenced_segments.
1326 1327 1328 |
# File 'sig/types.rbs', line 1326 def referenced_segments @referenced_segments end |
#segment_id ⇒ ::String
Returns the value of attribute segment_id.
1321 1322 1323 |
# File 'sig/types.rbs', line 1321 def segment_id @segment_id end |
#segment_type ⇒ "WORKLOAD", ...
Returns the value of attribute segment_type.
1322 1323 1324 |
# File 'sig/types.rbs', line 1322 def segment_type @segment_type end |