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.
5034 5035 5036 |
# File 'sig/types.rbs', line 5034 def cidr @cidr end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
5032 5033 5034 |
# File 'sig/types.rbs', line 5032 def dry_run @dry_run end |
#pool_id ⇒ ::String
Returns the value of attribute pool_id.
5033 5034 5035 |
# File 'sig/types.rbs', line 5033 def pool_id @pool_id end |