Class: Aws::Types::CreateNetworkMigrationDefinitionRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateNetworkMigrationDefinitionRequest
- 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.
-
#scope_tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute scope_tags.
-
#source_configurations ⇒ ::Array[Types::SourceConfiguration]
Returns the value of attribute source_configurations.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
-
#target_deployment ⇒ "SINGLE_ACCOUNT", "MULTI_ACCOUNT"
Returns the value of attribute target_deployment.
-
#target_network ⇒ Types::TargetNetwork
Returns the value of attribute target_network.
-
#target_s3_configuration ⇒ Types::TargetS3Configuration
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.
178 179 180 |
# File 'sig/types.rbs', line 178 def cidr_mappings @cidr_mappings end |
#description ⇒ ::String
Returns the value of attribute description.
172 173 174 |
# File 'sig/types.rbs', line 172 def description @description end |
#name ⇒ ::String
Returns the value of attribute name.
171 172 173 |
# File 'sig/types.rbs', line 171 def name @name end |
#scope_tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute scope_tags.
180 181 182 |
# File 'sig/types.rbs', line 180 def end |
#source_configurations ⇒ ::Array[Types::SourceConfiguration]
Returns the value of attribute source_configurations.
173 174 175 |
# File 'sig/types.rbs', line 173 def source_configurations @source_configurations end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
179 180 181 |
# File 'sig/types.rbs', line 179 def end |
#target_deployment ⇒ "SINGLE_ACCOUNT", "MULTI_ACCOUNT"
Returns the value of attribute target_deployment.
176 177 178 |
# File 'sig/types.rbs', line 176 def target_deployment @target_deployment end |
#target_network ⇒ Types::TargetNetwork
Returns the value of attribute target_network.
175 176 177 |
# File 'sig/types.rbs', line 175 def target_network @target_network end |
#target_s3_configuration ⇒ Types::TargetS3Configuration
Returns the value of attribute target_s3_configuration.
174 175 176 |
# File 'sig/types.rbs', line 174 def target_s3_configuration @target_s3_configuration end |
#vpc_provisioning_strategy ⇒ "CREATE_NEW", "USE_EXISTING"
Returns the value of attribute vpc_provisioning_strategy.
177 178 179 |
# File 'sig/types.rbs', line 177 def vpc_provisioning_strategy @vpc_provisioning_strategy end |