Class: Aws::IVS::Types::BatchGetChannelRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnsArray<String>

Array of ARNs, one per channel.

Returns:

  • (Array<String>)


87
88
89
90
91
# File 'lib/aws-sdk-ivs/types.rb', line 87

class BatchGetChannelRequest < Struct.new(
  :arns)
  SENSITIVE = []
  include Aws::Structure
end