Class: Aws::Types::UpdateNetworkMigrationDefinitionRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateNetworkMigrationDefinitionRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cidr_mappings ⇒ ::Array[Types::CidrMapping]
Returns the value of attribute cidr_mappings.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#network_migration_definition_id ⇒ ::String
Returns the value of attribute network_migration_definition_id.
-
#scope_tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute scope_tags.
-
#source_configurations ⇒ ::Array[Types::SourceConfiguration]
Returns the value of attribute source_configurations.
-
#target_deployment ⇒ "SINGLE_ACCOUNT", "MULTI_ACCOUNT"
Returns the value of attribute target_deployment.
-
#target_network ⇒ Types::TargetNetworkUpdate
Returns the value of attribute target_network.
-
#target_s3_configuration ⇒ Types::TargetS3ConfigurationUpdate
Returns the value of attribute target_s3_configuration.
-
#vpc_provisioning_strategy ⇒ "CREATE_NEW", "USE_EXISTING"
Returns the value of attribute vpc_provisioning_strategy.
Instance Attribute Details
#cidr_mappings ⇒ ::Array[Types::CidrMapping]
Returns the value of attribute cidr_mappings.
2083 2084 2085 |
# File 'sig/types.rbs', line 2083 def cidr_mappings @cidr_mappings end |
#description ⇒ ::String
Returns the value of attribute description.
2077 2078 2079 |
# File 'sig/types.rbs', line 2077 def description @description end |
#name ⇒ ::String
Returns the value of attribute name.
2076 2077 2078 |
# File 'sig/types.rbs', line 2076 def name @name end |
#network_migration_definition_id ⇒ ::String
Returns the value of attribute network_migration_definition_id.
2075 2076 2077 |
# File 'sig/types.rbs', line 2075 def network_migration_definition_id @network_migration_definition_id end |
#scope_tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute scope_tags.
2084 2085 2086 |
# File 'sig/types.rbs', line 2084 def @scope_tags end |
#source_configurations ⇒ ::Array[Types::SourceConfiguration]
Returns the value of attribute source_configurations.
2078 2079 2080 |
# File 'sig/types.rbs', line 2078 def source_configurations @source_configurations end |
#target_deployment ⇒ "SINGLE_ACCOUNT", "MULTI_ACCOUNT"
Returns the value of attribute target_deployment.
2081 2082 2083 |
# File 'sig/types.rbs', line 2081 def target_deployment @target_deployment end |
#target_network ⇒ Types::TargetNetworkUpdate
Returns the value of attribute target_network.
2080 2081 2082 |
# File 'sig/types.rbs', line 2080 def target_network @target_network end |
#target_s3_configuration ⇒ Types::TargetS3ConfigurationUpdate
Returns the value of attribute target_s3_configuration.
2079 2080 2081 |
# File 'sig/types.rbs', line 2079 def target_s3_configuration @target_s3_configuration end |
#vpc_provisioning_strategy ⇒ "CREATE_NEW", "USE_EXISTING"
Returns the value of attribute vpc_provisioning_strategy.
2082 2083 2084 |
# File 'sig/types.rbs', line 2082 def vpc_provisioning_strategy @vpc_provisioning_strategy end |