Class: Aws::Types::IpAddressMember
- Inherits:
-
Object
- Object
- Aws::Types::IpAddressMember
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#allocation_type ⇒ "VPC_SUBNET", ...
Returns the value of attribute allocation_type.
-
#ip_address ⇒ ::String
Returns the value of attribute ip_address.
-
#primary ⇒ Boolean
Returns the value of attribute primary.
Instance Attribute Details
#allocation_type ⇒ "VPC_SUBNET", ...
Returns the value of attribute allocation_type.
270 271 272 |
# File 'sig/types.rbs', line 270 def allocation_type @allocation_type end |
#ip_address ⇒ ::String
Returns the value of attribute ip_address.
268 269 270 |
# File 'sig/types.rbs', line 268 def ip_address @ip_address end |
#primary ⇒ Boolean
Returns the value of attribute primary.
269 270 271 |
# File 'sig/types.rbs', line 269 def primary @primary end |