Class: Aws::SNS::Types::PublishBatchResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SNS::Types::PublishBatchResponse
- Defined in:
- gems/aws-sdk-sns/lib/aws-sdk-sns/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#failed ⇒ Array<Types::BatchResultErrorEntry>
A list of failed
PublishBatch
responses. -
#successful ⇒ Array<Types::PublishBatchResultEntry>
A list of successful
PublishBatch
responses.
Instance Attribute Details
#failed ⇒ Array<Types::BatchResultErrorEntry>
A list of failed PublishBatch
responses.
1838 1839 1840 1841 1842 1843 |
# File 'gems/aws-sdk-sns/lib/aws-sdk-sns/types.rb', line 1838 class PublishBatchResponse < Struct.new( :successful, :failed) SENSITIVE = [] include Aws::Structure end |
#successful ⇒ Array<Types::PublishBatchResultEntry>
A list of successful PublishBatch
responses.
1838 1839 1840 1841 1842 1843 |
# File 'gems/aws-sdk-sns/lib/aws-sdk-sns/types.rb', line 1838 class PublishBatchResponse < Struct.new( :successful, :failed) SENSITIVE = [] include Aws::Structure end |