Module: Aws::PinpointSMSVoiceV2::Client::_DeleteOptedOutNumberResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::DeleteOptedOutNumberResult]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #end_user_opted_out ⇒ Boolean
- #opt_out_list_arn ⇒ ::String
- #opt_out_list_name ⇒ ::String
- #opted_out_number ⇒ ::String
- #opted_out_timestamp ⇒ ::Time
Instance Method Details
#end_user_opted_out ⇒ Boolean
558 |
# File 'sig/client.rbs', line 558
def end_user_opted_out: () -> bool
|
#opt_out_list_arn ⇒ ::String
554 |
# File 'sig/client.rbs', line 554
def opt_out_list_arn: () -> ::String
|
#opt_out_list_name ⇒ ::String
555 |
# File 'sig/client.rbs', line 555
def opt_out_list_name: () -> ::String
|
#opted_out_number ⇒ ::String
556 |
# File 'sig/client.rbs', line 556
def opted_out_number: () -> ::String
|
#opted_out_timestamp ⇒ ::Time
557 |
# File 'sig/client.rbs', line 557
def opted_out_timestamp: () -> ::Time
|