Class: Aws::Types::DescribeOptedOutNumbersRequest
- Inherits:
-
Object
- Object
- Aws::Types::DescribeOptedOutNumbersRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#filters ⇒ ::Array[Types::OptedOutFilter]
Returns the value of attribute filters.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#opt_out_list_name ⇒ ::String
Returns the value of attribute opt_out_list_name.
-
#opted_out_numbers ⇒ ::Array[::String]
Returns the value of attribute opted_out_numbers.
Instance Attribute Details
#filters ⇒ ::Array[Types::OptedOutFilter]
Returns the value of attribute filters.
802 803 804 |
# File 'sig/types.rbs', line 802 def filters @filters end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
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.
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.
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.
801 802 803 |
# File 'sig/types.rbs', line 801 def opted_out_numbers @opted_out_numbers end |