Class: Aws::Types::IpAddressUpdate
- Inherits:
-
Object
- Object
- Aws::Types::IpAddressUpdate
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#ip ⇒ ::String
Returns the value of attribute ip.
-
#ip_id ⇒ ::String
Returns the value of attribute ip_id.
-
#ipv_6 ⇒ ::String
Returns the value of attribute ipv_6.
-
#subnet_id ⇒ ::String
Returns the value of attribute subnet_id.
Instance Attribute Details
#ip ⇒ ::String
Returns the value of attribute ip.
742 743 744 |
# File 'sig/types.rbs', line 742 def ip @ip end |
#ip_id ⇒ ::String
Returns the value of attribute ip_id.
740 741 742 |
# File 'sig/types.rbs', line 740 def ip_id @ip_id end |
#ipv_6 ⇒ ::String
Returns the value of attribute ipv_6.
743 744 745 |
# File 'sig/types.rbs', line 743 def ipv_6 @ipv_6 end |
#subnet_id ⇒ ::String
Returns the value of attribute subnet_id.
741 742 743 |
# File 'sig/types.rbs', line 741 def subnet_id @subnet_id end |