Class: Aws::Types::DescribeOptOutListsResult

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


795
796
797
# File 'sig/types.rbs', line 795

def next_token
  @next_token
end

#opt_out_lists::Array[Types::OptOutListInformation]

Returns the value of attribute opt_out_lists.

Returns:



794
795
796
# File 'sig/types.rbs', line 794

def opt_out_lists
  @opt_out_lists
end