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
1774 |
# File 'sig/client.rbs', line 1774
def checksum: () -> Types::Checksum
|
#created_at ⇒ ::Time
1776 |
# File 'sig/client.rbs', line 1776
def created_at: () -> ::Time
|
#description ⇒ ::String
1772 |
# File 'sig/client.rbs', line 1772
def description: () -> ::String
|
#job_id ⇒ ::String
1766 |
# File 'sig/client.rbs', line 1766
def job_id: () -> ::String
|
#logical_id ⇒ ::String
1773 |
# File 'sig/client.rbs', line 1773
def logical_id: () -> ::String
|
#name ⇒ ::String
1771 |
# File 'sig/client.rbs', line 1771
def name: () -> ::String
|
#network_migration_definition_id ⇒ ::String
1768 |
# File 'sig/client.rbs', line 1768
def network_migration_definition_id: () -> ::String
|
#network_migration_execution_id ⇒ ::String
1767 |
# File 'sig/client.rbs', line 1767
def network_migration_execution_id: () -> ::String
|
#output_s3_configuration ⇒ Types::S3Configuration
1775 |
# File 'sig/client.rbs', line 1775
def output_s3_configuration: () -> Types::S3Configuration
|
#referenced_segments ⇒ ::Array[::String]
1780 |
# File 'sig/client.rbs', line 1780
def referenced_segments: () -> ::Array[::String]
|
#scope_tags ⇒ ::Hash[::String, ::String]
1778 |
# File 'sig/client.rbs', line 1778
def scope_tags: () -> ::Hash[::String, ::String]
|
#segment_id ⇒ ::String
1769 |
# File 'sig/client.rbs', line 1769
def segment_id: () -> ::String
|
#segment_type ⇒ "WORKLOAD", "APPLIANCE"
1770 |
# File 'sig/client.rbs', line 1770
def segment_type: () -> ("WORKLOAD" | "APPLIANCE")
|
#target_account ⇒ ::String
1779 |
# File 'sig/client.rbs', line 1779
def target_account: () -> ::String
|
#updated_at ⇒ ::Time
1777 |
# File 'sig/client.rbs', line 1777
def updated_at: () -> ::Time
|