Class: Aws::Types::DescribeOptedOutNumbersRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#filters::Array[Types::OptedOutFilter]

Returns the value of attribute filters.

Returns:



802
803
804
# File 'sig/types.rbs', line 802

def filters
  @filters
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


804
805
806
# File 'sig/types.rbs', line 804

def max_results
  @max_results
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


803
804
805
# File 'sig/types.rbs', line 803

def next_token
  @next_token
end

#opt_out_list_name::String

Returns the value of attribute opt_out_list_name.

Returns:

  • (::String)


800
801
802
# File 'sig/types.rbs', line 800

def opt_out_list_name
  @opt_out_list_name
end

#opted_out_numbers::Array[::String]

Returns the value of attribute opted_out_numbers.

Returns:

  • (::Array[::String])


801
802
803
# File 'sig/types.rbs', line 801

def opted_out_numbers
  @opted_out_numbers
end