Class: Aws::IVS::Types::BatchGetChannelResponse
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::IVS::Types::BatchGetChannelResponse
 
- Defined in:
- gems/aws-sdk-ivs/lib/aws-sdk-ivs/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #channels  ⇒ Array<Types::Channel> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
- 
  
    
      #errors  ⇒ Array<Types::BatchError> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Each error object is related to a specific ARN in the request. 
Instance Attribute Details
#channels ⇒ Array<Types::Channel>
| 109 110 111 112 113 114 | # File 'gems/aws-sdk-ivs/lib/aws-sdk-ivs/types.rb', line 109 class BatchGetChannelResponse < Struct.new( :channels, :errors) SENSITIVE = [] include Aws::Structure end | 
#errors ⇒ Array<Types::BatchError>
Each error object is related to a specific ARN in the request.
| 109 110 111 112 113 114 | # File 'gems/aws-sdk-ivs/lib/aws-sdk-ivs/types.rb', line 109 class BatchGetChannelResponse < Struct.new( :channels, :errors) SENSITIVE = [] include Aws::Structure end |