Class: Aws::Types::DeprovisionIpamPoolCidrRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeprovisionIpamPoolCidrRequest
- 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_id ⇒ ::String
Returns the value of attribute ipam_pool_id.
Instance Attribute Details
#cidr ⇒ ::String
Returns the value of attribute cidr.
5022 5023 5024 |
# File 'sig/types.rbs', line 5022 def cidr @cidr end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
5020 5021 5022 |
# File 'sig/types.rbs', line 5020 def dry_run @dry_run end |
#ipam_pool_id ⇒ ::String
Returns the value of attribute ipam_pool_id.
5021 5022 5023 |
# File 'sig/types.rbs', line 5021 def ipam_pool_id @ipam_pool_id end |