Class: Aws::Types::DeprovisionByoipCidrRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeprovisionByoipCidrRequest
- 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.
Instance Attribute Details
#cidr ⇒ ::String
Returns the value of attribute cidr.
4997 4998 4999 |
# File 'sig/types.rbs', line 4997 def cidr @cidr end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
4998 4999 5000 |
# File 'sig/types.rbs', line 4998 def dry_run @dry_run end |