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.
13898 13899 13900 |
# File 'sig/types.rbs', line 13898 def description @description end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
13896 13897 13898 |
# File 'sig/types.rbs', line 13896 def dry_run @dry_run end |
#ipam_pool_allocation_id ⇒ ::String
Returns the value of attribute ipam_pool_allocation_id.
13897 13898 13899 |
# File 'sig/types.rbs', line 13897 def ipam_pool_allocation_id @ipam_pool_allocation_id end |