Class: Aws::PinpointSMSVoiceV2::Types::CountryLaunchStatusInformation

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-pinpointsmsvoicev2/types.rb

Overview

Contains per-country launch status details for an RCS agent.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#carrier_statusArray<Types::CarrierStatusInformation>

An array of CarrierStatusInformation objects containing carrier-level launch status details.



480
481
482
483
484
485
486
487
488
# File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 480

class CountryLaunchStatusInformation < Struct.new(
  :iso_country_code,
  :status,
  :rcs_platform_id,
  :registration_id,
  :carrier_status)
  SENSITIVE = []
  include Aws::Structure
end

#iso_country_codeString

The two-character code, in ISO 3166-1 alpha-2 format, for the country or region.

Returns:

  • (String)


480
481
482
483
484
485
486
487
488
# File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 480

class CountryLaunchStatusInformation < Struct.new(
  :iso_country_code,
  :status,
  :rcs_platform_id,
  :registration_id,
  :carrier_status)
  SENSITIVE = []
  include Aws::Structure
end

#rcs_platform_idString

The RCS platform identifier for this country.

Returns:

  • (String)


480
481
482
483
484
485
486
487
488
# File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 480

class CountryLaunchStatusInformation < Struct.new(
  :iso_country_code,
  :status,
  :rcs_platform_id,
  :registration_id,
  :carrier_status)
  SENSITIVE = []
  include Aws::Structure
end

#registration_idString

The unique identifier of the registration associated with this country launch.

Returns:

  • (String)


480
481
482
483
484
485
486
487
488
# File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 480

class CountryLaunchStatusInformation < Struct.new(
  :iso_country_code,
  :status,
  :rcs_platform_id,
  :registration_id,
  :carrier_status)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The launch status for this country.

Returns:

  • (String)


480
481
482
483
484
485
486
487
488
# File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 480

class CountryLaunchStatusInformation < Struct.new(
  :iso_country_code,
  :status,
  :rcs_platform_id,
  :registration_id,
  :carrier_status)
  SENSITIVE = []
  include Aws::Structure
end