Class: Aws::Types::Byoasn
- Inherits:
-
Object
- Object
- Aws::Types::Byoasn
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#asn ⇒ ::String
Returns the value of attribute asn.
-
#ipam_id ⇒ ::String
Returns the value of attribute ipam_id.
-
#state ⇒ "deprovisioned", ...
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.
1120 1121 1122 |
# File 'sig/types.rbs', line 1120 def asn @asn end |
#ipam_id ⇒ ::String
Returns the value of attribute ipam_id.
1121 1122 1123 |
# File 'sig/types.rbs', line 1121 def ipam_id @ipam_id end |
#state ⇒ "deprovisioned", ...
Returns the value of attribute state.
1123 1124 1125 |
# File 'sig/types.rbs', line 1123 def state @state end |
#status_message ⇒ ::String
Returns the value of attribute status_message.
1122 1123 1124 |
# File 'sig/types.rbs', line 1122 def @status_message end |