Class: Aws::IVS::Types::BatchGetChannelResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ivs/lib/aws-sdk-ivs/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#channelsArray<Types::Channel>

Returns:



102
103
104
105
106
107
# File 'gems/aws-sdk-ivs/lib/aws-sdk-ivs/types.rb', line 102

class BatchGetChannelResponse < Struct.new(
  :channels,
  :errors)
  SENSITIVE = []
  include Aws::Structure
end

#errorsArray<Types::BatchError>

Each error object is related to a specific ARN in the request.

Returns:



102
103
104
105
106
107
# File 'gems/aws-sdk-ivs/lib/aws-sdk-ivs/types.rb', line 102

class BatchGetChannelResponse < Struct.new(
  :channels,
  :errors)
  SENSITIVE = []
  include Aws::Structure
end