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.
13601 13602 13603 |
# File 'sig/types.rbs', line 13601 def description @description end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
13599 13600 13601 |
# File 'sig/types.rbs', line 13599 def dry_run @dry_run end |
#ipam_pool_allocation_id ⇒ ::String
Returns the value of attribute ipam_pool_allocation_id.
13600 13601 13602 |
# File 'sig/types.rbs', line 13600 def ipam_pool_allocation_id @ipam_pool_allocation_id end |