Class: Aws::Types::DeprovisionPublicIpv4PoolCidrRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeprovisionPublicIpv4PoolCidrRequest
- 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.
-
#pool_id ⇒ ::String
Returns the value of attribute pool_id.
Instance Attribute Details
#cidr ⇒ ::String
Returns the value of attribute cidr.
5170 5171 5172 |
# File 'sig/types.rbs', line 5170 def cidr @cidr end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
5168 5169 5170 |
# File 'sig/types.rbs', line 5168 def dry_run @dry_run end |
#pool_id ⇒ ::String
Returns the value of attribute pool_id.
5169 5170 5171 |
# File 'sig/types.rbs', line 5169 def pool_id @pool_id end |