Class: Aws::Types::VpcConfig
- Inherits:
-
Object
- Object
- Aws::Types::VpcConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#security_group_ids ⇒ ::Array[::String]
Returns the value of attribute security_group_ids.
-
#subnet_ids ⇒ ::Array[::String]
Returns the value of attribute subnet_ids.
-
#vpc_id ⇒ ::String
Returns the value of attribute vpc_id.
Instance Attribute Details
#security_group_ids ⇒ ::Array[::String]
Returns the value of attribute security_group_ids.
1554 1555 1556 |
# File 'sig/types.rbs', line 1554 def security_group_ids @security_group_ids end |
#subnet_ids ⇒ ::Array[::String]
Returns the value of attribute subnet_ids.
1555 1556 1557 |
# File 'sig/types.rbs', line 1555 def subnet_ids @subnet_ids end |
#vpc_id ⇒ ::String
Returns the value of attribute vpc_id.
1556 1557 1558 |
# File 'sig/types.rbs', line 1556 def vpc_id @vpc_id end |