Class: Aws::PinpointSMSVoiceV2::Types::CarrierStatusInformation
- Inherits:
-
Struct
- Object
- Struct
- Aws::PinpointSMSVoiceV2::Types::CarrierStatusInformation
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-pinpointsmsvoicev2/types.rb
Overview
Contains carrier-level launch status details for an RCS agent within a country.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#carrier_name ⇒ String
The name of the carrier.
-
#status ⇒ String
The launch status for this carrier.
Instance Attribute Details
#carrier_name ⇒ String
The name of the carrier.
295 296 297 298 299 300 |
# File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 295 class CarrierStatusInformation < Struct.new( :carrier_name, :status) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The launch status for this carrier.
295 296 297 298 299 300 |
# File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 295 class CarrierStatusInformation < Struct.new( :carrier_name, :status) SENSITIVE = [] include Aws::Structure end |