Class GetSMSAttributesRequest
- Namespace
- Amazon.SimpleNotificationService.Model
- Assembly
- AWSSDK.SimpleNotificationService.dll
Container for the parameters to the GetSMSAttributes operation. Returns the settings for sending SMS messages from your account.
These settings are set with the
SetSMSAttributes
action.
public class GetSMSAttributesRequest : AmazonSimpleNotificationServiceRequest
- Inheritance
-
GetSMSAttributesRequest
Constructors
GetSMSAttributesRequest()
public GetSMSAttributesRequest()
Properties
Attributes
Gets and sets the property Attributes.
A list of the individual attribute names, such as
MonthlySpendLimit
,
for which you want values.
For all attribute names, see SetSMSAttributes.
If you don't use this parameter, Amazon SNS returns all SMS attributes.
public List<string> Attributes { get; set; }