Class: Aws::SNS::Types::PublishBatchInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::SNS::Types::PublishBatchInput
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sns/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#publish_batch_request_entries ⇒ Array<Types::PublishBatchRequestEntry>
A list of ‘PublishBatch` request entries to be sent to the SNS topic.
-
#topic_arn ⇒ String
The Amazon resource name (ARN) of the topic you want to batch publish to.
Instance Attribute Details
#publish_batch_request_entries ⇒ Array<Types::PublishBatchRequestEntry>
A list of ‘PublishBatch` request entries to be sent to the SNS topic.
1677 1678 1679 1680 1681 1682 |
# File 'lib/aws-sdk-sns/types.rb', line 1677 class PublishBatchInput < Struct.new( :topic_arn, :publish_batch_request_entries) SENSITIVE = [] include Aws::Structure end |
#topic_arn ⇒ String
The Amazon resource name (ARN) of the topic you want to batch publish to.
1677 1678 1679 1680 1681 1682 |
# File 'lib/aws-sdk-sns/types.rb', line 1677 class PublishBatchInput < Struct.new( :topic_arn, :publish_batch_request_entries) SENSITIVE = [] include Aws::Structure end |