Module: Aws::Mgn::Client::_CreateNetworkMigrationDefinitionResponseSuccess
- 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
269 |
# File 'sig/client.rbs', line 269
def arn: () -> ::String
|
#created_at ⇒ ::Time
277 |
# File 'sig/client.rbs', line 277
def created_at: () -> ::Time
|
#description ⇒ ::String
272 |
# File 'sig/client.rbs', line 272
def description: () -> ::String
|
#name ⇒ ::String
271 |
# File 'sig/client.rbs', line 271
def name: () -> ::String
|
#network_migration_definition_id ⇒ ::String
270 |
# File 'sig/client.rbs', line 270
def network_migration_definition_id: () -> ::String
|
#scope_tags ⇒ ::Hash[::String, ::String]
280 |
# File 'sig/client.rbs', line 280
def scope_tags: () -> ::Hash[::String, ::String]
|
#source_configurations ⇒ ::Array[Types::SourceConfiguration]
273 |
# File 'sig/client.rbs', line 273
def source_configurations: () -> ::Array[Types::SourceConfiguration]
|
#tags ⇒ ::Hash[::String, ::String]
279 |
# File 'sig/client.rbs', line 279
def tags: () -> ::Hash[::String, ::String]
|
#target_deployment ⇒ "SINGLE_ACCOUNT", "MULTI_ACCOUNT"
276 |
# File 'sig/client.rbs', line 276
def target_deployment: () -> ("SINGLE_ACCOUNT" | "MULTI_ACCOUNT")
|
#target_network ⇒ Types::TargetNetwork
275 |
# File 'sig/client.rbs', line 275
def target_network: () -> Types::TargetNetwork
|
#target_s3_configuration ⇒ Types::TargetS3Configuration
274 |
# File 'sig/client.rbs', line 274
def target_s3_configuration: () -> Types::TargetS3Configuration
|
#updated_at ⇒ ::Time
278 |
# File 'sig/client.rbs', line 278
def updated_at: () -> ::Time
|