Class: Aws::Types::NetworkMigrationAnalysisResultSource
- Inherits:
-
Object
- Object
- Aws::Types::NetworkMigrationAnalysisResultSource
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#subnet_id ⇒ ::String
Returns the value of attribute subnet_id.
-
#vpc_id ⇒ ::String
Returns the value of attribute vpc_id.
Instance Attribute Details
#subnet_id ⇒ ::String
Returns the value of attribute subnet_id.
1284 1285 1286 |
# File 'sig/types.rbs', line 1284 def subnet_id @subnet_id end |
#vpc_id ⇒ ::String
Returns the value of attribute vpc_id.
1283 1284 1285 |
# File 'sig/types.rbs', line 1283 def vpc_id @vpc_id end |