Class: Aws::Types::DeleteCoipCidrRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteCoipCidrRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cidr ⇒ ::String
Returns the value of attribute cidr.
-
#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
#cidr ⇒ ::String
Returns the value of attribute cidr.
4005 4006 4007 |
# File 'sig/types.rbs', line 4005 def cidr @cidr end |
#coip_pool_id ⇒ ::String
Returns the value of attribute coip_pool_id.
4006 4007 4008 |
# File 'sig/types.rbs', line 4006 def coip_pool_id @coip_pool_id end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
4007 4008 4009 |
# File 'sig/types.rbs', line 4007 def dry_run @dry_run end |