AWSSNSGetSMSAttributesInput

Objective-C

@interface AWSSNSGetSMSAttributesInput

Swift

class AWSSNSGetSMSAttributesInput

The input for the GetSMSAttributes request.

  • 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.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSArray<NSString *> *_Nullable attributes;

    Swift

    var attributes: [String]? { get set }