AWSSNSGetSMSAttributesResponse

Objective-C

@interface AWSSNSGetSMSAttributesResponse

Swift

class AWSSNSGetSMSAttributesResponse

The response from the GetSMSAttributes request.

  • The SMS attribute names and their values.

    Declaration

    Objective-C

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

    Swift

    var attributes: [String : String]? { get set }