Class: Aws::Types::DeleteCoipPoolRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteCoipPoolRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#coip_pool_id ⇒ ::String
Returns the value of attribute coip_pool_id.
-
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
Instance Attribute Details
#coip_pool_id ⇒ ::String
Returns the value of attribute coip_pool_id.
4017 4018 4019 |
# File 'sig/types.rbs', line 4017 def coip_pool_id @coip_pool_id end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
4018 4019 4020 |
# File 'sig/types.rbs', line 4018 def dry_run @dry_run end |