Class: Aws::Types::IpAddressRequest
- Inherits:
-
Object
- Object
- Aws::Types::IpAddressRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#ip ⇒ ::String
Returns the value of attribute ip.
-
#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.
722 723 724 |
# File 'sig/types.rbs', line 722 def ip @ip end |
#ipv_6 ⇒ ::String
Returns the value of attribute ipv_6.
723 724 725 |
# File 'sig/types.rbs', line 723 def ipv_6 @ipv_6 end |
#subnet_id ⇒ ::String
Returns the value of attribute subnet_id.
721 722 723 |
# File 'sig/types.rbs', line 721 def subnet_id @subnet_id end |