Class: Aws::Types::VpcOutputSettings
- Inherits:
-
Object
- Object
- Aws::Types::VpcOutputSettings
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#public_address_allocation_ids ⇒ ::Array[::String]
Returns the value of attribute public_address_allocation_ids.
-
#security_group_ids ⇒ ::Array[::String]
Returns the value of attribute security_group_ids.
-
#subnet_ids ⇒ ::Array[::String]
Returns the value of attribute subnet_ids.
Instance Attribute Details
#public_address_allocation_ids ⇒ ::Array[::String]
Returns the value of attribute public_address_allocation_ids.
3594 3595 3596 |
# File 'sig/types.rbs', line 3594 def public_address_allocation_ids @public_address_allocation_ids end |
#security_group_ids ⇒ ::Array[::String]
Returns the value of attribute security_group_ids.
3595 3596 3597 |
# File 'sig/types.rbs', line 3595 def security_group_ids @security_group_ids end |
#subnet_ids ⇒ ::Array[::String]
Returns the value of attribute subnet_ids.
3596 3597 3598 |
# File 'sig/types.rbs', line 3596 def subnet_ids @subnet_ids end |