Class: Aws::Types::ModifyIpamPoolAllocationRequest
- Inherits:
-
Object
- Object
- Aws::Types::ModifyIpamPoolAllocationRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#description ⇒ ::String
Returns the value of attribute description.
-
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
-
#ipam_pool_allocation_id ⇒ ::String
Returns the value of attribute ipam_pool_allocation_id.
Instance Attribute Details
#description ⇒ ::String
Returns the value of attribute description.
14219 14220 14221 |
# File 'sig/types.rbs', line 14219 def description @description end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
14217 14218 14219 |
# File 'sig/types.rbs', line 14217 def dry_run @dry_run end |
#ipam_pool_allocation_id ⇒ ::String
Returns the value of attribute ipam_pool_allocation_id.
14218 14219 14220 |
# File 'sig/types.rbs', line 14218 def ipam_pool_allocation_id @ipam_pool_allocation_id end |