Class: Aws::PinpointSMSVoiceV2::Types::DescribeOptedOutNumbersRequest

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::OptedOutFilter>

An array of OptedOutFilter objects to filter the results on.

Returns:



2216
2217
2218
2219
2220
2221
2222
2223
2224
# File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 2216

class DescribeOptedOutNumbersRequest < Struct.new(
  :opt_out_list_name,
  :opted_out_numbers,
  :filters,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#max_resultsInteger

The maximum number of results to return per each request.

Returns:

  • (Integer)


2216
2217
2218
2219
2220
2221
2222
2223
2224
# File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 2216

class DescribeOptedOutNumbersRequest < Struct.new(
  :opt_out_list_name,
  :opted_out_numbers,
  :filters,
  :next_token,
  :max_results)
  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)


2216
2217
2218
2219
2220
2221
2222
2223
2224
# File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 2216

class DescribeOptedOutNumbersRequest < Struct.new(
  :opt_out_list_name,
  :opted_out_numbers,
  :filters,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#opt_out_list_nameString

The OptOutListName or OptOutListArn of the OptOutList. You can use DescribeOptOutLists to find the values for OptOutListName and OptOutListArn.

Returns:

  • (String)


2216
2217
2218
2219
2220
2221
2222
2223
2224
# File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 2216

class DescribeOptedOutNumbersRequest < Struct.new(
  :opt_out_list_name,
  :opted_out_numbers,
  :filters,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#opted_out_numbersArray<String>

An array of phone numbers to search for in the OptOutList.

Returns:

  • (Array<String>)


2216
2217
2218
2219
2220
2221
2222
2223
2224
# File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 2216

class DescribeOptedOutNumbersRequest < Struct.new(
  :opt_out_list_name,
  :opted_out_numbers,
  :filters,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end