Class: Aws::Types::DescribeOptedOutNumbersResult

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)


812
813
814
# File 'sig/types.rbs', line 812

def next_token
  @next_token
end

#opt_out_list_arn::String

Returns the value of attribute opt_out_list_arn.

Returns:

  • (::String)


809
810
811
# File 'sig/types.rbs', line 809

def opt_out_list_arn
  @opt_out_list_arn
end

#opt_out_list_name::String

Returns the value of attribute opt_out_list_name.

Returns:

  • (::String)


810
811
812
# File 'sig/types.rbs', line 810

def opt_out_list_name
  @opt_out_list_name
end

#opted_out_numbers::Array[Types::OptedOutNumberInformation]

Returns the value of attribute opted_out_numbers.

Returns:



811
812
813
# File 'sig/types.rbs', line 811

def opted_out_numbers
  @opted_out_numbers
end