Module: Aws::Mgn::Client::_GetNetworkMigrationDefinitionResponseSuccess
- 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
639 |
# File 'sig/client.rbs', line 639
def arn: () -> ::String
|
#created_at ⇒ ::Time
647 |
# File 'sig/client.rbs', line 647
def created_at: () -> ::Time
|
#description ⇒ ::String
642 |
# File 'sig/client.rbs', line 642
def description: () -> ::String
|
#name ⇒ ::String
641 |
# File 'sig/client.rbs', line 641
def name: () -> ::String
|
#network_migration_definition_id ⇒ ::String
640 |
# File 'sig/client.rbs', line 640
def network_migration_definition_id: () -> ::String
|
#scope_tags ⇒ ::Hash[::String, ::String]
650 |
# File 'sig/client.rbs', line 650
def scope_tags: () -> ::Hash[::String, ::String]
|
#source_configurations ⇒ ::Array[Types::SourceConfiguration]
643 |
# File 'sig/client.rbs', line 643
def source_configurations: () -> ::Array[Types::SourceConfiguration]
|
#tags ⇒ ::Hash[::String, ::String]
649 |
# File 'sig/client.rbs', line 649
def tags: () -> ::Hash[::String, ::String]
|
#target_deployment ⇒ "SINGLE_ACCOUNT", "MULTI_ACCOUNT"
646 |
# File 'sig/client.rbs', line 646
def target_deployment: () -> ("SINGLE_ACCOUNT" | "MULTI_ACCOUNT")
|
#target_network ⇒ Types::TargetNetwork
645 |
# File 'sig/client.rbs', line 645
def target_network: () -> Types::TargetNetwork
|
#target_s3_configuration ⇒ Types::TargetS3Configuration
644 |
# File 'sig/client.rbs', line 644
def target_s3_configuration: () -> Types::TargetS3Configuration
|
#updated_at ⇒ ::Time
648 |
# File 'sig/client.rbs', line 648
def updated_at: () -> ::Time
|