Class GetSMSAttributesResponse
- Namespace
- Amazon.SimpleNotificationService.Model
- Assembly
- AWSSDK.SimpleNotificationService.dll
The response from the
GetSMSAttributes
request.
public class GetSMSAttributesResponse : AmazonWebServiceResponse
- Inheritance
-
GetSMSAttributesResponse
Constructors
GetSMSAttributesResponse()
public GetSMSAttributesResponse()
Properties
Attributes
Gets and sets the property Attributes.
The SMS attribute names and their values.
public Dictionary<string, string> Attributes { get; set; }