Class: Aws::Types::NetworkMigrationMapperSegment
- Inherits:
-
Object
- Object
- Aws::Types::NetworkMigrationMapperSegment
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#checksum ⇒ Types::Checksum
Returns the value of attribute checksum.
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#job_id ⇒ ::String
Returns the value of attribute job_id.
-
#logical_id ⇒ ::String
Returns the value of attribute logical_id.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#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.
-
#output_s3_configuration ⇒ Types::S3Configuration
Returns the value of attribute output_s3_configuration.
-
#referenced_segments ⇒ ::Array[::String]
Returns the value of attribute referenced_segments.
-
#scope_tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute scope_tags.
-
#segment_id ⇒ ::String
Returns the value of attribute segment_id.
-
#segment_type ⇒ "WORKLOAD", "APPLIANCE"
Returns the value of attribute segment_type.
-
#target_account ⇒ ::String
Returns the value of attribute target_account.
-
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
Instance Attribute Details
#checksum ⇒ Types::Checksum
Returns the value of attribute checksum.
1408 1409 1410 |
# File 'sig/types.rbs', line 1408 def checksum @checksum end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
1410 1411 1412 |
# File 'sig/types.rbs', line 1410 def created_at @created_at end |
#description ⇒ ::String
Returns the value of attribute description.
1406 1407 1408 |
# File 'sig/types.rbs', line 1406 def description @description end |
#job_id ⇒ ::String
Returns the value of attribute job_id.
1400 1401 1402 |
# File 'sig/types.rbs', line 1400 def job_id @job_id end |
#logical_id ⇒ ::String
Returns the value of attribute logical_id.
1407 1408 1409 |
# File 'sig/types.rbs', line 1407 def logical_id @logical_id end |
#name ⇒ ::String
Returns the value of attribute name.
1405 1406 1407 |
# File 'sig/types.rbs', line 1405 def name @name end |
#network_migration_definition_id ⇒ ::String
Returns the value of attribute network_migration_definition_id.
1402 1403 1404 |
# File 'sig/types.rbs', line 1402 def network_migration_definition_id @network_migration_definition_id end |
#network_migration_execution_id ⇒ ::String
Returns the value of attribute network_migration_execution_id.
1401 1402 1403 |
# File 'sig/types.rbs', line 1401 def network_migration_execution_id @network_migration_execution_id end |
#output_s3_configuration ⇒ Types::S3Configuration
Returns the value of attribute output_s3_configuration.
1409 1410 1411 |
# File 'sig/types.rbs', line 1409 def output_s3_configuration @output_s3_configuration end |
#referenced_segments ⇒ ::Array[::String]
Returns the value of attribute referenced_segments.
1414 1415 1416 |
# File 'sig/types.rbs', line 1414 def referenced_segments @referenced_segments end |
#scope_tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute scope_tags.
1412 1413 1414 |
# File 'sig/types.rbs', line 1412 def @scope_tags end |
#segment_id ⇒ ::String
Returns the value of attribute segment_id.
1403 1404 1405 |
# File 'sig/types.rbs', line 1403 def segment_id @segment_id end |
#segment_type ⇒ "WORKLOAD", "APPLIANCE"
Returns the value of attribute segment_type.
1404 1405 1406 |
# File 'sig/types.rbs', line 1404 def segment_type @segment_type end |
#target_account ⇒ ::String
Returns the value of attribute target_account.
1413 1414 1415 |
# File 'sig/types.rbs', line 1413 def target_account @target_account end |
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
1411 1412 1413 |
# File 'sig/types.rbs', line 1411 def updated_at @updated_at end |