Class: Aws::SNS::Types::PublishBatchResponse

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-sns/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#failedArray<Types::BatchResultErrorEntry>

A list of failed ‘PublishBatch` responses.

Returns:



1838
1839
1840
1841
1842
1843
# File 'lib/aws-sdk-sns/types.rb', line 1838

class PublishBatchResponse < Struct.new(
  :successful,
  :failed)
  SENSITIVE = []
  include Aws::Structure
end

#successfulArray<Types::PublishBatchResultEntry>

A list of successful ‘PublishBatch` responses.

Returns:



1838
1839
1840
1841
1842
1843
# File 'lib/aws-sdk-sns/types.rb', line 1838

class PublishBatchResponse < Struct.new(
  :successful,
  :failed)
  SENSITIVE = []
  include Aws::Structure
end