Module: Aws::Mgn::Client::_UpdateNetworkMigrationDefinitionResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::NetworkMigrationDefinition]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #arn ⇒ ::String
- #created_at ⇒ ::Time
- #description ⇒ ::String
- #name ⇒ ::String
- #network_migration_definition_id ⇒ ::String
- #scope_tags ⇒ ::Hash[::String, ::String]
- #source_configurations ⇒ ::Array[Types::SourceConfiguration]
- #tags ⇒ ::Hash[::String, ::String]
- #target_deployment ⇒ "SINGLE_ACCOUNT", "MULTI_ACCOUNT"
- #target_network ⇒ Types::TargetNetwork
- #target_s3_configuration ⇒ Types::TargetS3Configuration
- #updated_at ⇒ ::Time
Instance Method Details
#arn ⇒ ::String
1700 |
# File 'sig/client.rbs', line 1700
def arn: () -> ::String
|
#created_at ⇒ ::Time
1708 |
# File 'sig/client.rbs', line 1708
def created_at: () -> ::Time
|
#description ⇒ ::String
1703 |
# File 'sig/client.rbs', line 1703
def description: () -> ::String
|
#name ⇒ ::String
1702 |
# File 'sig/client.rbs', line 1702
def name: () -> ::String
|
#network_migration_definition_id ⇒ ::String
1701 |
# File 'sig/client.rbs', line 1701
def network_migration_definition_id: () -> ::String
|
#scope_tags ⇒ ::Hash[::String, ::String]
1711 |
# File 'sig/client.rbs', line 1711
def scope_tags: () -> ::Hash[::String, ::String]
|
#source_configurations ⇒ ::Array[Types::SourceConfiguration]
1704 |
# File 'sig/client.rbs', line 1704
def source_configurations: () -> ::Array[Types::SourceConfiguration]
|
#tags ⇒ ::Hash[::String, ::String]
1710 |
# File 'sig/client.rbs', line 1710
def tags: () -> ::Hash[::String, ::String]
|
#target_deployment ⇒ "SINGLE_ACCOUNT", "MULTI_ACCOUNT"
1707 |
# File 'sig/client.rbs', line 1707
def target_deployment: () -> ("SINGLE_ACCOUNT" | "MULTI_ACCOUNT")
|
#target_network ⇒ Types::TargetNetwork
1706 |
# File 'sig/client.rbs', line 1706
def target_network: () -> Types::TargetNetwork
|
#target_s3_configuration ⇒ Types::TargetS3Configuration
1705 |
# File 'sig/client.rbs', line 1705
def target_s3_configuration: () -> Types::TargetS3Configuration
|
#updated_at ⇒ ::Time
1709 |
# File 'sig/client.rbs', line 1709
def updated_at: () -> ::Time
|