Class: Aws::Types::AssociateIpamByoasnRequest
- Inherits:
-
Object
- Object
- Aws::Types::AssociateIpamByoasnRequest
- 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.
619 620 621 |
# File 'sig/types.rbs', line 619 def asn @asn end |
#cidr ⇒ ::String
Returns the value of attribute cidr.
620 621 622 |
# File 'sig/types.rbs', line 620 def cidr @cidr end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
618 619 620 |
# File 'sig/types.rbs', line 618 def dry_run @dry_run end |