Class: Aws::Types::UpdateWebAppVpcConfig
- Inherits:
-
Object
- Object
- Aws::Types::UpdateWebAppVpcConfig
- 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.
-
#subnet_ids ⇒ ::Array[::String]
Returns the value of attribute subnet_ids.
Instance Attribute Details
#ip_address_type ⇒ "IPV4", "DUALSTACK"
Returns the value of attribute ip_address_type.
1550 1551 1552 |
# File 'sig/types.rbs', line 1550 def ip_address_type @ip_address_type end |
#subnet_ids ⇒ ::Array[::String]
Returns the value of attribute subnet_ids.
1549 1550 1551 |
# File 'sig/types.rbs', line 1549 def subnet_ids @subnet_ids end |