Class: Aws::PinpointSMSVoiceV2::Types::DescribeOptOutListsRequest

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

#max_resultsInteger

The maximum number of results to return per each request.

Returns:

  • (Integer)


1933
1934
1935
1936
1937
1938
1939
# File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 1933

class DescribeOptOutListsRequest < Struct.new(
  :opt_out_list_names,
  :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)


1933
1934
1935
1936
1937
1938
1939
# File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 1933

class DescribeOptOutListsRequest < Struct.new(
  :opt_out_list_names,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#opt_out_list_namesArray<String>

The OptOutLists to show the details of. This is an array of strings that can be either the OptOutListName or OptOutListArn.

Returns:

  • (Array<String>)


1933
1934
1935
1936
1937
1938
1939
# File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 1933

class DescribeOptOutListsRequest < Struct.new(
  :opt_out_list_names,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end