Class: Aws::Types::DescribeOptOutListsRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


788
789
790
# File 'sig/types.rbs', line 788

def max_results
  @max_results
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


787
788
789
# File 'sig/types.rbs', line 787

def next_token
  @next_token
end

#opt_out_list_names::Array[::String]

Returns the value of attribute opt_out_list_names.

Returns:

  • (::Array[::String])


786
787
788
# File 'sig/types.rbs', line 786

def opt_out_list_names
  @opt_out_list_names
end

#owner"SELF", "SHARED"

Returns the value of attribute owner.

Returns:

  • ("SELF", "SHARED")


789
790
791
# File 'sig/types.rbs', line 789

def owner
  @owner
end