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.
464 465 466 |
# File 'sig/types.rbs', line 464 def asn @asn end |
#cidr ⇒ ::String
Returns the value of attribute cidr.
465 466 467 |
# File 'sig/types.rbs', line 465 def cidr @cidr end |
#state ⇒ "disassociated", ...
Returns the value of attribute state.
467 468 469 |
# File 'sig/types.rbs', line 467 def state @state end |
#status_message ⇒ ::String
Returns the value of attribute status_message.
466 467 468 |
# File 'sig/types.rbs', line 466 def @status_message end |