Class: Aws::Types::SubnetMapping
- Inherits:
-
Object
- Object
- Aws::Types::SubnetMapping
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#ip_address_type ⇒ "DUALSTACK", ...
Returns the value of attribute ip_address_type.
-
#subnet_id ⇒ ::String
Returns the value of attribute subnet_id.
Instance Attribute Details
#ip_address_type ⇒ "DUALSTACK", ...
Returns the value of attribute ip_address_type.
1626 1627 1628 |
# File 'sig/types.rbs', line 1626 def ip_address_type @ip_address_type end |
#subnet_id ⇒ ::String
Returns the value of attribute subnet_id.
1625 1626 1627 |
# File 'sig/types.rbs', line 1625 def subnet_id @subnet_id end |