Class: Aws::PinpointSMSVoiceV2::Types::CarrierStatusInformation

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#carrier_nameString

The name of the carrier.

Returns:

  • (String)


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

#statusString

The launch status for this carrier.

Returns:

  • (String)


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