Class: Aws::PinpointSMSVoiceV2::Types::DescribeRcsAgentCountryLaunchStatusRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::PinpointSMSVoiceV2::Types::DescribeRcsAgentCountryLaunchStatusRequest
- Defined in:
- gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#filters ⇒ Array<Types::CountryLaunchStatusFilter>
An array of CountryLaunchStatusFilter objects to filter the results.
-
#iso_country_codes ⇒ Array<String>
An array of two-character ISO country codes, in ISO 3166-1 alpha-2 format, to filter the results.
-
#max_results ⇒ Integer
The maximum number of results to return per each request.
-
#next_token ⇒ String
The token to be used for the next set of paginated results.
-
#rcs_agent_id ⇒ String
The unique identifier of the RCS agent.
Instance Attribute Details
#filters ⇒ Array<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_codes ⇒ Array<String>
An array of two-character ISO country codes, in ISO 3166-1 alpha-2 format, 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 |
#max_results ⇒ Integer
The maximum number of results to return per each request.
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_token ⇒ String
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.
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_id ⇒ String
The unique identifier of the RCS agent. You can use either the RcsAgentId or RcsAgentArn.
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 |