Module: Aws::Mgn::Client::_UpdateNetworkMigrationMapperSegmentResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::NetworkMigrationMapperSegment]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #checksum ⇒ Types::Checksum
- #created_at ⇒ ::Time
- #description ⇒ ::String
- #job_id ⇒ ::String
- #logical_id ⇒ ::String
- #name ⇒ ::String
- #network_migration_definition_id ⇒ ::String
- #network_migration_execution_id ⇒ ::String
- #output_s3_configuration ⇒ Types::S3Configuration
- #referenced_segments ⇒ ::Array[::String]
- #scope_tags ⇒ ::Hash[::String, ::String]
- #segment_id ⇒ ::String
- #segment_type ⇒ "WORKLOAD", "APPLIANCE"
- #target_account ⇒ ::String
- #updated_at ⇒ ::Time
Instance Method Details
#checksum ⇒ Types::Checksum
1746 |
# File 'sig/client.rbs', line 1746
def checksum: () -> Types::Checksum
|
#created_at ⇒ ::Time
1748 |
# File 'sig/client.rbs', line 1748
def created_at: () -> ::Time
|
#description ⇒ ::String
1744 |
# File 'sig/client.rbs', line 1744
def description: () -> ::String
|
#job_id ⇒ ::String
1738 |
# File 'sig/client.rbs', line 1738
def job_id: () -> ::String
|
#logical_id ⇒ ::String
1745 |
# File 'sig/client.rbs', line 1745
def logical_id: () -> ::String
|
#name ⇒ ::String
1743 |
# File 'sig/client.rbs', line 1743
def name: () -> ::String
|
#network_migration_definition_id ⇒ ::String
1740 |
# File 'sig/client.rbs', line 1740
def network_migration_definition_id: () -> ::String
|
#network_migration_execution_id ⇒ ::String
1739 |
# File 'sig/client.rbs', line 1739
def network_migration_execution_id: () -> ::String
|
#output_s3_configuration ⇒ Types::S3Configuration
1747 |
# File 'sig/client.rbs', line 1747
def output_s3_configuration: () -> Types::S3Configuration
|
#referenced_segments ⇒ ::Array[::String]
1752 |
# File 'sig/client.rbs', line 1752
def referenced_segments: () -> ::Array[::String]
|
#scope_tags ⇒ ::Hash[::String, ::String]
1750 |
# File 'sig/client.rbs', line 1750
def scope_tags: () -> ::Hash[::String, ::String]
|
#segment_id ⇒ ::String
1741 |
# File 'sig/client.rbs', line 1741
def segment_id: () -> ::String
|
#segment_type ⇒ "WORKLOAD", "APPLIANCE"
1742 |
# File 'sig/client.rbs', line 1742
def segment_type: () -> ("WORKLOAD" | "APPLIANCE")
|
#target_account ⇒ ::String
1751 |
# File 'sig/client.rbs', line 1751
def target_account: () -> ::String
|
#updated_at ⇒ ::Time
1749 |
# File 'sig/client.rbs', line 1749
def updated_at: () -> ::Time
|