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.
44 45 46 |
# File 'sig/types.rbs', line 44 def assign_public_ip @assign_public_ip end |
#security_groups ⇒ ::Array[::String]
Returns the value of attribute security_groups.
43 44 45 |
# File 'sig/types.rbs', line 43 def security_groups @security_groups end |
#subnets ⇒ ::Array[::String]
Returns the value of attribute subnets.
42 43 44 |
# File 'sig/types.rbs', line 42 def subnets @subnets end |