Class: Aws::Types::WithdrawByoipCidrRequest
- Inherits:
-
Object
- Object
- Aws::Types::WithdrawByoipCidrRequest
- 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.
19963 19964 19965 |
# File 'sig/types.rbs', line 19963 def cidr @cidr end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
19964 19965 19966 |
# File 'sig/types.rbs', line 19964 def dry_run @dry_run end |