Table of Contents

Class OptInPhoneNumberRequest

Namespace
Amazon.SimpleNotificationService.Model
Assembly
AWSSDK.SimpleNotificationService.dll

Container for the parameters to the OptInPhoneNumber operation. Use this request to opt in a phone number that is opted out, which enables you to resume sending SMS messages to the number.

You can opt in a phone number only once every 30 days.

public class OptInPhoneNumberRequest : AmazonSimpleNotificationServiceRequest
Inheritance
OptInPhoneNumberRequest

Constructors

OptInPhoneNumberRequest()

public OptInPhoneNumberRequest()

Properties

PhoneNumber

Gets and sets the property PhoneNumber.

The phone number to opt in.

public string PhoneNumber { get; set; }

Property Value

string