Module: Aws::Mgn::Client::_CreateNetworkMigrationDefinitionResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::NetworkMigrationDefinition]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #arn ⇒ ::String
- #cidr_mappings ⇒ ::Array[Types::CidrMapping]
- #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
- #vpc_provisioning_strategy ⇒ "CREATE_NEW", "USE_EXISTING"
Instance Method Details
#arn ⇒ ::String
273 |
# File 'sig/client.rbs', line 273
def arn: () -> ::String
|
#cidr_mappings ⇒ ::Array[Types::CidrMapping]
282 |
# File 'sig/client.rbs', line 282
def cidr_mappings: () -> ::Array[Types::CidrMapping]
|
#created_at ⇒ ::Time
283 |
# File 'sig/client.rbs', line 283
def created_at: () -> ::Time
|
#description ⇒ ::String
276 |
# File 'sig/client.rbs', line 276
def description: () -> ::String
|
#name ⇒ ::String
275 |
# File 'sig/client.rbs', line 275
def name: () -> ::String
|
#network_migration_definition_id ⇒ ::String
274 |
# File 'sig/client.rbs', line 274
def network_migration_definition_id: () -> ::String
|
#scope_tags ⇒ ::Hash[::String, ::String]
286 |
# File 'sig/client.rbs', line 286
def scope_tags: () -> ::Hash[::String, ::String]
|
#source_configurations ⇒ ::Array[Types::SourceConfiguration]
277 |
# File 'sig/client.rbs', line 277
def source_configurations: () -> ::Array[Types::SourceConfiguration]
|
#tags ⇒ ::Hash[::String, ::String]
285 |
# File 'sig/client.rbs', line 285
def tags: () -> ::Hash[::String, ::String]
|
#target_deployment ⇒ "SINGLE_ACCOUNT", "MULTI_ACCOUNT"
280 |
# File 'sig/client.rbs', line 280
def target_deployment: () -> ("SINGLE_ACCOUNT" | "MULTI_ACCOUNT")
|
#target_network ⇒ Types::TargetNetwork
279 |
# File 'sig/client.rbs', line 279
def target_network: () -> Types::TargetNetwork
|
#target_s3_configuration ⇒ Types::TargetS3Configuration
278 |
# File 'sig/client.rbs', line 278
def target_s3_configuration: () -> Types::TargetS3Configuration
|
#updated_at ⇒ ::Time
284 |
# File 'sig/client.rbs', line 284
def updated_at: () -> ::Time
|
#vpc_provisioning_strategy ⇒ "CREATE_NEW", "USE_EXISTING"
281 |
# File 'sig/client.rbs', line 281
def vpc_provisioning_strategy: () -> ("CREATE_NEW" | "USE_EXISTING")
|