AWSSNSPublishBatchInput

Objective-C

@interface AWSSNSPublishBatchInput

Swift

class AWSSNSPublishBatchInput
  • A list of PublishBatch request entries to be sent to the SNS topic.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSArray<AWSSNSPublishBatchRequestEntry *> *_Nullable publishBatchRequestEntries;

    Swift

    var publishBatchRequestEntries: [AWSSNSPublishBatchRequestEntry]? { get set }
  • The Amazon resource name (ARN) of the topic you want to batch publish to.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable topicArn;

    Swift

    var topicArn: String? { get set }