Class: Aws::Types::VpcConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::VpcConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#ip_address_type ⇒ "IP_V4"
Returns the value of attribute ip_address_type.
-
#security_group_ids ⇒ ::Array[::String]
Returns the value of attribute security_group_ids.
-
#subnet_ids ⇒ ::Array[::String]
Returns the value of attribute subnet_ids.
-
#vpc_id ⇒ ::String
Returns the value of attribute vpc_id.
Instance Attribute Details
#ip_address_type ⇒ "IP_V4"
Returns the value of attribute ip_address_type.
1252 1253 1254 |
# File 'sig/types.rbs', line 1252 def ip_address_type @ip_address_type end |
#security_group_ids ⇒ ::Array[::String]
Returns the value of attribute security_group_ids.
1250 1251 1252 |
# File 'sig/types.rbs', line 1250 def security_group_ids @security_group_ids end |
#subnet_ids ⇒ ::Array[::String]
Returns the value of attribute subnet_ids.
1251 1252 1253 |
# File 'sig/types.rbs', line 1251 def subnet_ids @subnet_ids end |
#vpc_id ⇒ ::String
Returns the value of attribute vpc_id.
1249 1250 1251 |
# File 'sig/types.rbs', line 1249 def vpc_id @vpc_id end |