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.
5245 5246 5247 |
# File 'sig/types.rbs', line 5245 def cidr @cidr end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
5243 5244 5245 |
# File 'sig/types.rbs', line 5243 def dry_run @dry_run end |
#pool_id ⇒ ::String
Returns the value of attribute pool_id.
5244 5245 5246 |
# File 'sig/types.rbs', line 5244 def pool_id @pool_id end |