Class: Aws::Types::WebAppVpcConfig
- Inherits:
-
Object
- Object
- Aws::Types::WebAppVpcConfig
- 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.
-
#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 ⇒ "IPV4", "DUALSTACK"
Returns the value of attribute ip_address_type.
1598 1599 1600 |
# File 'sig/types.rbs', line 1598 def ip_address_type @ip_address_type end |
#security_group_ids ⇒ ::Array[::String]
Returns the value of attribute security_group_ids.
1597 1598 1599 |
# File 'sig/types.rbs', line 1597 def security_group_ids @security_group_ids end |
#subnet_ids ⇒ ::Array[::String]
Returns the value of attribute subnet_ids.
1595 1596 1597 |
# File 'sig/types.rbs', line 1595 def subnet_ids @subnet_ids end |
#vpc_id ⇒ ::String
Returns the value of attribute vpc_id.
1596 1597 1598 |
# File 'sig/types.rbs', line 1596 def vpc_id @vpc_id end |