Module: Aws::PinpointSMSVoiceV2::Client::_DescribeOptedOutNumbersResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::DescribeOptedOutNumbersResult]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #next_token ⇒ ::String
- #opt_out_list_arn ⇒ ::String
- #opt_out_list_name ⇒ ::String
- #opted_out_numbers ⇒ ::Array[Types::OptedOutNumberInformation]
Instance Method Details
#next_token ⇒ ::String
861 |
# File 'sig/client.rbs', line 861
def next_token: () -> ::String
|
#opt_out_list_arn ⇒ ::String
858 |
# File 'sig/client.rbs', line 858
def opt_out_list_arn: () -> ::String
|
#opt_out_list_name ⇒ ::String
859 |
# File 'sig/client.rbs', line 859
def opt_out_list_name: () -> ::String
|
#opted_out_numbers ⇒ ::Array[Types::OptedOutNumberInformation]
860 |
# File 'sig/client.rbs', line 860
def opted_out_numbers: () -> ::Array[Types::OptedOutNumberInformation]
|