Class: Aws::Types::NeoVpcConfig
- Inherits:
-
Object
- Object
- Aws::Types::NeoVpcConfig
- 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.
-
#subnets ⇒ ::Array[::String]
Returns the value of attribute subnets.
Instance Attribute Details
#security_group_ids ⇒ ::Array[::String]
Returns the value of attribute security_group_ids.
9499 9500 9501 |
# File 'sig/types.rbs', line 9499 def security_group_ids @security_group_ids end |
#subnets ⇒ ::Array[::String]
Returns the value of attribute subnets.
9500 9501 9502 |
# File 'sig/types.rbs', line 9500 def subnets @subnets end |