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.
592 593 594 |
# File 'sig/types.rbs', line 592 def destination_pool_name @destination_pool_name end |
#ip ⇒ ::String
Returns the value of attribute ip.
591 592 593 |
# File 'sig/types.rbs', line 591 def ip @ip end |