Class: Aws::Types::AwsVpcConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::AwsVpcConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#assign_public_ip ⇒ "ENABLED", "DISABLED"
Returns the value of attribute assign_public_ip.
-
#security_groups ⇒ ::Array[::String]
Returns the value of attribute security_groups.
-
#subnets ⇒ ::Array[::String]
Returns the value of attribute subnets.
Instance Attribute Details
#assign_public_ip ⇒ "ENABLED", "DISABLED"
Returns the value of attribute assign_public_ip.
86 87 88 |
# File 'sig/types.rbs', line 86 def assign_public_ip @assign_public_ip end |
#security_groups ⇒ ::Array[::String]
Returns the value of attribute security_groups.
85 86 87 |
# File 'sig/types.rbs', line 85 def security_groups @security_groups end |
#subnets ⇒ ::Array[::String]
Returns the value of attribute subnets.
84 85 86 |
# File 'sig/types.rbs', line 84 def subnets @subnets end |