Class: Aws::Types::NetworkMigrationDefinition
- Inherits:
-
Object
- Object
- Aws::Types::NetworkMigrationDefinition
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#cidr_mappings ⇒ ::Array[Types::CidrMapping]
Returns the value of attribute cidr_mappings.
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#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.
-
#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.
-
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
-
#vpc_provisioning_strategy ⇒ "CREATE_NEW", "USE_EXISTING"
Returns the value of attribute vpc_provisioning_strategy.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
1332 1333 1334 |
# File 'sig/types.rbs', line 1332 def arn @arn end |
#cidr_mappings ⇒ ::Array[Types::CidrMapping]
Returns the value of attribute cidr_mappings.
1341 1342 1343 |
# File 'sig/types.rbs', line 1341 def cidr_mappings @cidr_mappings end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
1342 1343 1344 |
# File 'sig/types.rbs', line 1342 def created_at @created_at end |
#description ⇒ ::String
Returns the value of attribute description.
1335 1336 1337 |
# File 'sig/types.rbs', line 1335 def description @description end |
#name ⇒ ::String
Returns the value of attribute name.
1334 1335 1336 |
# File 'sig/types.rbs', line 1334 def name @name end |
#network_migration_definition_id ⇒ ::String
Returns the value of attribute network_migration_definition_id.
1333 1334 1335 |
# File 'sig/types.rbs', line 1333 def network_migration_definition_id @network_migration_definition_id end |
#scope_tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute scope_tags.
1345 1346 1347 |
# File 'sig/types.rbs', line 1345 def end |
#source_configurations ⇒ ::Array[Types::SourceConfiguration]
Returns the value of attribute source_configurations.
1336 1337 1338 |
# File 'sig/types.rbs', line 1336 def source_configurations @source_configurations end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
1344 1345 1346 |
# File 'sig/types.rbs', line 1344 def end |
#target_deployment ⇒ "SINGLE_ACCOUNT", "MULTI_ACCOUNT"
Returns the value of attribute target_deployment.
1339 1340 1341 |
# File 'sig/types.rbs', line 1339 def target_deployment @target_deployment end |
#target_network ⇒ Types::TargetNetwork
Returns the value of attribute target_network.
1338 1339 1340 |
# File 'sig/types.rbs', line 1338 def target_network @target_network end |
#target_s3_configuration ⇒ Types::TargetS3Configuration
Returns the value of attribute target_s3_configuration.
1337 1338 1339 |
# File 'sig/types.rbs', line 1337 def target_s3_configuration @target_s3_configuration end |
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
1343 1344 1345 |
# File 'sig/types.rbs', line 1343 def updated_at @updated_at end |
#vpc_provisioning_strategy ⇒ "CREATE_NEW", "USE_EXISTING"
Returns the value of attribute vpc_provisioning_strategy.
1340 1341 1342 |
# File 'sig/types.rbs', line 1340 def vpc_provisioning_strategy @vpc_provisioning_strategy end |