Class: Aws::Types::PutDedicatedIpInPoolRequest
- Inherits:
-
Object
- Object
- Aws::Types::PutDedicatedIpInPoolRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#destination_pool_name ⇒ ::String
Returns the value of attribute destination_pool_name.
-
#ip ⇒ ::String
Returns the value of attribute ip.
Instance Attribute Details
#destination_pool_name ⇒ ::String
Returns the value of attribute destination_pool_name.
1661 1662 1663 |
# File 'sig/types.rbs', line 1661 def destination_pool_name @destination_pool_name end |
#ip ⇒ ::String
Returns the value of attribute ip.
1660 1661 1662 |
# File 'sig/types.rbs', line 1660 def ip @ip end |