Class: Aws::Types::UpdateIpAddress
- Inherits:
-
Object
- Object
- Aws::Types::UpdateIpAddress
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#ip_id ⇒ ::String
Returns the value of attribute ip_id.
-
#ipv_6 ⇒ ::String
Returns the value of attribute ipv_6.
Instance Attribute Details
#ip_id ⇒ ::String
Returns the value of attribute ip_id.
1302 1303 1304 |
# File 'sig/types.rbs', line 1302 def ip_id @ip_id end |
#ipv_6 ⇒ ::String
Returns the value of attribute ipv_6.
1303 1304 1305 |
# File 'sig/types.rbs', line 1303 def ipv_6 @ipv_6 end |