Class: Aws::Types::NetworkMigrationDefinitionSummary
- Inherits:
-
Object
- Object
- Aws::Types::NetworkMigrationDefinitionSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#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_environment ⇒ "NSX", ...
Returns the value of attribute source_environment.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
1353 1354 1355 |
# File 'sig/types.rbs', line 1353 def arn @arn end |
#name ⇒ ::String
Returns the value of attribute name.
1351 1352 1353 |
# File 'sig/types.rbs', line 1351 def name @name end |
#network_migration_definition_id ⇒ ::String
Returns the value of attribute network_migration_definition_id.
1350 1351 1352 |
# File 'sig/types.rbs', line 1350 def network_migration_definition_id @network_migration_definition_id end |
#scope_tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute scope_tags.
1355 1356 1357 |
# File 'sig/types.rbs', line 1355 def end |
#source_environment ⇒ "NSX", ...
Returns the value of attribute source_environment.
1352 1353 1354 |
# File 'sig/types.rbs', line 1352 def source_environment @source_environment end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
1354 1355 1356 |
# File 'sig/types.rbs', line 1354 def end |