Class: Aws::PinpointSMSVoiceV2::Types::DescribeOptOutListsResult

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

#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)


2171
2172
2173
2174
2175
2176
# File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 2171

class DescribeOptOutListsResult < Struct.new(
  :opt_out_lists,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#opt_out_listsArray<Types::OptOutListInformation>

An array of OptOutListInformation objects that contain the details for the requested OptOutLists.

Returns:



2171
2172
2173
2174
2175
2176
# File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 2171

class DescribeOptOutListsResult < Struct.new(
  :opt_out_lists,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end