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

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

#arnsArray<String>

Array of ARNs, one per channel.

Returns:

  • (Array<String>)


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

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