Class: Aws::PinpointSMSVoiceV2::Types::DescribeRcsAgentCountryLaunchStatusResult

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#country_launch_statusArray<Types::CountryLaunchStatusInformation>

An array of CountryLaunchStatusInformation objects that contain the per-country launch status details.



3385
3386
3387
3388
3389
3390
3391
3392
# File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 3385

class DescribeRcsAgentCountryLaunchStatusResult < Struct.new(
  :rcs_agent_id,
  :rcs_agent_arn,
  :country_launch_status,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

The token to be used for the next set of paginated results. If this field is empty then there are no more results.

Returns:

  • (String)


3385
3386
3387
3388
3389
3390
3391
3392
# File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 3385

class DescribeRcsAgentCountryLaunchStatusResult < Struct.new(
  :rcs_agent_id,
  :rcs_agent_arn,
  :country_launch_status,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#rcs_agent_arnString

The Amazon Resource Name (ARN) of the RCS agent.

Returns:

  • (String)


3385
3386
3387
3388
3389
3390
3391
3392
# File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 3385

class DescribeRcsAgentCountryLaunchStatusResult < Struct.new(
  :rcs_agent_id,
  :rcs_agent_arn,
  :country_launch_status,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#rcs_agent_idString

The unique identifier for the RCS agent.

Returns:

  • (String)


3385
3386
3387
3388
3389
3390
3391
3392
# File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 3385

class DescribeRcsAgentCountryLaunchStatusResult < Struct.new(
  :rcs_agent_id,
  :rcs_agent_arn,
  :country_launch_status,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end