Class: Aws::Types::CarrierStatusInformation
- Inherits:
-
Object
- Object
- Aws::Types::CarrierStatusInformation
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#carrier_name ⇒ ::String
Returns the value of attribute carrier_name.
-
#status ⇒ "PENDING", ...
Returns the value of attribute status.
Instance Attribute Details
#carrier_name ⇒ ::String
Returns the value of attribute carrier_name.
79 80 81 |
# File 'sig/types.rbs', line 79 def carrier_name @carrier_name end |
#status ⇒ "PENDING", ...
Returns the value of attribute status.
80 81 82 |
# File 'sig/types.rbs', line 80 def status @status end |