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.
8603 8604 8605 |
# File 'sig/types.rbs', line 8603 def asn @asn end |
#cidr ⇒ ::String
Returns the value of attribute cidr.
8604 8605 8606 |
# File 'sig/types.rbs', line 8604 def cidr @cidr end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
8602 8603 8604 |
# File 'sig/types.rbs', line 8602 def dry_run @dry_run end |