Class: Aws::Types::DeletePublicIpv4PoolRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeletePublicIpv4PoolRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
-
#network_border_group ⇒ ::String
Returns the value of attribute network_border_group.
-
#pool_id ⇒ ::String
Returns the value of attribute pool_id.
Instance Attribute Details
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
4461 4462 4463 |
# File 'sig/types.rbs', line 4461 def dry_run @dry_run end |
#network_border_group ⇒ ::String
Returns the value of attribute network_border_group.
4463 4464 4465 |
# File 'sig/types.rbs', line 4463 def network_border_group @network_border_group end |
#pool_id ⇒ ::String
Returns the value of attribute pool_id.
4462 4463 4464 |
# File 'sig/types.rbs', line 4462 def pool_id @pool_id end |