Class CheckIfPhoneNumberIsOptedOutResponse
- Namespace
- Amazon.SimpleNotificationService.Model
- Assembly
- AWSSDK.SimpleNotificationService.dll
The response from the
CheckIfPhoneNumberIsOptedOut
action.
public class CheckIfPhoneNumberIsOptedOutResponse : AmazonWebServiceResponse
- Inheritance
-
CheckIfPhoneNumberIsOptedOutResponse
Constructors
CheckIfPhoneNumberIsOptedOutResponse()
public CheckIfPhoneNumberIsOptedOutResponse()
Properties
IsOptedOut
Gets and sets the property IsOptedOut.
Indicates whether the phone number is opted out:
– The phone number is opted out, meaning you cannot publish SMS messages to it.true
– The phone number is opted in, meaning you can publish SMS messages to it.false
public bool IsOptedOut { get; set; }