Class: Aws::Types::CountryLaunchStatusInformation
- Inherits:
-
Object
- Object
- Aws::Types::CountryLaunchStatusInformation
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#carrier_status ⇒ ::Array[Types::CarrierStatusInformation]
Returns the value of attribute carrier_status.
-
#iso_country_code ⇒ ::String
Returns the value of attribute iso_country_code.
-
#rcs_platform_id ⇒ ::String
Returns the value of attribute rcs_platform_id.
-
#registration_id ⇒ ::String
Returns the value of attribute registration_id.
-
#status ⇒ "CREATED", ...
Returns the value of attribute status.
Instance Attribute Details
#carrier_status ⇒ ::Array[Types::CarrierStatusInformation]
Returns the value of attribute carrier_status.
148 149 150 |
# File 'sig/types.rbs', line 148 def carrier_status @carrier_status end |
#iso_country_code ⇒ ::String
Returns the value of attribute iso_country_code.
144 145 146 |
# File 'sig/types.rbs', line 144 def iso_country_code @iso_country_code end |
#rcs_platform_id ⇒ ::String
Returns the value of attribute rcs_platform_id.
146 147 148 |
# File 'sig/types.rbs', line 146 def rcs_platform_id @rcs_platform_id end |
#registration_id ⇒ ::String
Returns the value of attribute registration_id.
147 148 149 |
# File 'sig/types.rbs', line 147 def registration_id @registration_id end |
#status ⇒ "CREATED", ...
Returns the value of attribute status.
145 146 147 |
# File 'sig/types.rbs', line 145 def status @status end |