Class: Aws::Types::DisassociateIpamByoasnRequest
- Inherits:
-
Object
- Object
- Aws::Types::DisassociateIpamByoasnRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#asn ⇒ ::String
Returns the value of attribute asn.
-
#cidr ⇒ ::String
Returns the value of attribute cidr.
-
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
Instance Attribute Details
#asn ⇒ ::String
Returns the value of attribute asn.
8693 8694 8695 |
# File 'sig/types.rbs', line 8693 def asn @asn end |
#cidr ⇒ ::String
Returns the value of attribute cidr.
8694 8695 8696 |
# File 'sig/types.rbs', line 8694 def cidr @cidr end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
8692 8693 8694 |
# File 'sig/types.rbs', line 8692 def dry_run @dry_run end |