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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


2349
2350
2351
2352
2353
2354
# File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 2349

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:



2349
2350
2351
2352
2353
2354
# File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 2349

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