Class: Aws::Types::DescribeOptedOutNumbersResult
- Inherits:
-
Object
- Object
- Aws::Types::DescribeOptedOutNumbersResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#opt_out_list_arn ⇒ ::String
Returns the value of attribute opt_out_list_arn.
-
#opt_out_list_name ⇒ ::String
Returns the value of attribute opt_out_list_name.
-
#opted_out_numbers ⇒ ::Array[Types::OptedOutNumberInformation]
Returns the value of attribute opted_out_numbers.
Instance Attribute Details
#next_token ⇒ ::String
Returns the value of attribute next_token.
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.
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.
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.
811 812 813 |
# File 'sig/types.rbs', line 811 def opted_out_numbers @opted_out_numbers end |