Class: Aws::PinpointSMSVoiceV2::Types::DescribeRcsAgentCountryLaunchStatusRequest

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

#filtersArray<Types::CountryLaunchStatusFilter>

An array of CountryLaunchStatusFilter objects to filter the results.



3355
3356
3357
3358
3359
3360
3361
3362
3363
# File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 3355

class DescribeRcsAgentCountryLaunchStatusRequest < Struct.new(
  :rcs_agent_id,
  :iso_country_codes,
  :filters,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#iso_country_codesArray<String>

An array of two-character ISO country codes, in ISO 3166-1 alpha-2 format, to filter the results.

Returns:

  • (Array<String>)


3355
3356
3357
3358
3359
3360
3361
3362
3363
# File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 3355

class DescribeRcsAgentCountryLaunchStatusRequest < Struct.new(
  :rcs_agent_id,
  :iso_country_codes,
  :filters,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#max_resultsInteger

The maximum number of results to return per each request.

Returns:

  • (Integer)


3355
3356
3357
3358
3359
3360
3361
3362
3363
# File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 3355

class DescribeRcsAgentCountryLaunchStatusRequest < Struct.new(
  :rcs_agent_id,
  :iso_country_codes,
  :filters,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

The token to be used for the next set of paginated results. You don't need to supply a value for this field in the initial request.

Returns:

  • (String)


3355
3356
3357
3358
3359
3360
3361
3362
3363
# File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 3355

class DescribeRcsAgentCountryLaunchStatusRequest < Struct.new(
  :rcs_agent_id,
  :iso_country_codes,
  :filters,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#rcs_agent_idString

The unique identifier of the RCS agent. You can use either the RcsAgentId or RcsAgentArn.

Returns:

  • (String)


3355
3356
3357
3358
3359
3360
3361
3362
3363
# File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 3355

class DescribeRcsAgentCountryLaunchStatusRequest < Struct.new(
  :rcs_agent_id,
  :iso_country_codes,
  :filters,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end