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.
8392 8393 8394 |
# File 'sig/types.rbs', line 8392 def asn @asn end |
#cidr ⇒ ::String
Returns the value of attribute cidr.
8393 8394 8395 |
# File 'sig/types.rbs', line 8393 def cidr @cidr end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
8391 8392 8393 |
# File 'sig/types.rbs', line 8391 def dry_run @dry_run end |