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.
4597 4598 4599 |
# File 'sig/types.rbs', line 4597 def dry_run @dry_run end |
#network_border_group ⇒ ::String
Returns the value of attribute network_border_group.
4599 4600 4601 |
# File 'sig/types.rbs', line 4599 def network_border_group @network_border_group end |
#pool_id ⇒ ::String
Returns the value of attribute pool_id.
4598 4599 4600 |
# File 'sig/types.rbs', line 4598 def pool_id @pool_id end |