Class: Aws::SNS::Types::PublishBatchResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::SNS::Types::PublishBatchResponse
 
 
- Includes:
 - Aws::Structure
 
- Defined in:
 - 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.
      1836 1837 1838 1839 1840 1841  | 
    
      # File 'lib/aws-sdk-sns/types.rb', line 1836 class PublishBatchResponse < Struct.new( :successful, :failed) SENSITIVE = [] include Aws::Structure end  | 
  
#successful ⇒ Array<Types::PublishBatchResultEntry>
A list of successful ‘PublishBatch` responses.
      1836 1837 1838 1839 1840 1841  | 
    
      # File 'lib/aws-sdk-sns/types.rb', line 1836 class PublishBatchResponse < Struct.new( :successful, :failed) SENSITIVE = [] include Aws::Structure end  |