Class: Aws::Types::AsnAssociation
- Inherits:
-
Object
- Object
- Aws::Types::AsnAssociation
- 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.
-
#state ⇒ "disassociated", ...
Returns the value of attribute state.
-
#status_message ⇒ ::String
Returns the value of attribute status_message.
Instance Attribute Details
#asn ⇒ ::String
Returns the value of attribute asn.
535 536 537 |
# File 'sig/types.rbs', line 535 def asn @asn end |
#cidr ⇒ ::String
Returns the value of attribute cidr.
536 537 538 |
# File 'sig/types.rbs', line 536 def cidr @cidr end |
#state ⇒ "disassociated", ...
Returns the value of attribute state.
538 539 540 |
# File 'sig/types.rbs', line 538 def state @state end |
#status_message ⇒ ::String
Returns the value of attribute status_message.
537 538 539 |
# File 'sig/types.rbs', line 537 def @status_message end |