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.
14 15 16 |
# File 'sig/types.rbs', line 14 def assign_public_ip @assign_public_ip end |
#security_groups ⇒ ::Array[::String]
Returns the value of attribute security_groups.
13 14 15 |
# File 'sig/types.rbs', line 13 def security_groups @security_groups end |
#subnets ⇒ ::Array[::String]
Returns the value of attribute subnets.
12 13 14 |
# File 'sig/types.rbs', line 12 def subnets @subnets end |