Class: Aws::IVS::Types::BatchGetChannelResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IVS::Types::BatchGetChannelResponse
- Includes:
- Structure
- Defined in:
- 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 '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 'lib/aws-sdk-ivs/types.rb', line 109 class BatchGetChannelResponse < Struct.new( :channels, :errors) SENSITIVE = [] include Aws::Structure end |