Class: Aws::Types::ReleaseIpamPoolAllocationRequest
- Inherits:
-
Object
- Object
- Aws::Types::ReleaseIpamPoolAllocationRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cidr ⇒ ::String
Returns the value of attribute cidr.
-
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
-
#ipam_pool_allocation_id ⇒ ::String
Returns the value of attribute ipam_pool_allocation_id.
-
#ipam_pool_id ⇒ ::String
Returns the value of attribute ipam_pool_id.
Instance Attribute Details
#cidr ⇒ ::String
Returns the value of attribute cidr.
16375 16376 16377 |
# File 'sig/types.rbs', line 16375 def cidr @cidr end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
16373 16374 16375 |
# File 'sig/types.rbs', line 16373 def dry_run @dry_run end |
#ipam_pool_allocation_id ⇒ ::String
Returns the value of attribute ipam_pool_allocation_id.
16376 16377 16378 |
# File 'sig/types.rbs', line 16376 def ipam_pool_allocation_id @ipam_pool_allocation_id end |
#ipam_pool_id ⇒ ::String
Returns the value of attribute ipam_pool_id.
16374 16375 16376 |
# File 'sig/types.rbs', line 16374 def ipam_pool_id @ipam_pool_id end |