Module: Aws::Mgn::Client::_GetNetworkMigrationDefinitionResponseSuccess
- 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
652 |
# File 'sig/client.rbs', line 652 def arn: () -> ::String |
#cidr_mappings ⇒ ::Array[Types::CidrMapping]
661 |
# File 'sig/client.rbs', line 661 def cidr_mappings: () -> ::Array[Types::CidrMapping] |
#created_at ⇒ ::Time
662 |
# File 'sig/client.rbs', line 662 def created_at: () -> ::Time |
#description ⇒ ::String
655 |
# File 'sig/client.rbs', line 655 def description: () -> ::String |
#name ⇒ ::String
654 |
# File 'sig/client.rbs', line 654 def name: () -> ::String |
#network_migration_definition_id ⇒ ::String
653 |
# File 'sig/client.rbs', line 653 def network_migration_definition_id: () -> ::String |
#scope_tags ⇒ ::Hash[::String, ::String]
665 |
# File 'sig/client.rbs', line 665 def scope_tags: () -> ::Hash[::String, ::String] |
#source_configurations ⇒ ::Array[Types::SourceConfiguration]
656 |
# File 'sig/client.rbs', line 656 def source_configurations: () -> ::Array[Types::SourceConfiguration] |
#tags ⇒ ::Hash[::String, ::String]
664 |
# File 'sig/client.rbs', line 664 def tags: () -> ::Hash[::String, ::String] |
#target_deployment ⇒ "SINGLE_ACCOUNT", "MULTI_ACCOUNT"
659 |
# File 'sig/client.rbs', line 659 def target_deployment: () -> ("SINGLE_ACCOUNT" | "MULTI_ACCOUNT") |
#target_network ⇒ Types::TargetNetwork
658 |
# File 'sig/client.rbs', line 658 def target_network: () -> Types::TargetNetwork |
#target_s3_configuration ⇒ Types::TargetS3Configuration
657 |
# File 'sig/client.rbs', line 657 def target_s3_configuration: () -> Types::TargetS3Configuration |
#updated_at ⇒ ::Time
663 |
# File 'sig/client.rbs', line 663 def updated_at: () -> ::Time |
#vpc_provisioning_strategy ⇒ "CREATE_NEW", "USE_EXISTING"
660 |
# File 'sig/client.rbs', line 660 def vpc_provisioning_strategy: () -> ("CREATE_NEW" | "USE_EXISTING") |