Class: Aws::Types::VpcInformation
- Inherits:
-
Object
- Object
- Aws::Types::VpcInformation
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#ip_address_type ⇒ "IPV4", "DUALSTACK"
Returns the value of attribute ip_address_type.
-
#security_group_ids ⇒ ::Array[::String]
Returns the value of attribute security_group_ids.
Instance Attribute Details
#ip_address_type ⇒ "IPV4", "DUALSTACK"
Returns the value of attribute ip_address_type.
697 698 699 |
# File 'sig/types.rbs', line 697 def ip_address_type @ip_address_type end |
#security_group_ids ⇒ ::Array[::String]
Returns the value of attribute security_group_ids.
698 699 700 |
# File 'sig/types.rbs', line 698 def security_group_ids @security_group_ids end |