Class: Aws::IVS::Types::BatchGetChannelRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IVS::Types::BatchGetChannelRequest
- Defined in:
- gems/aws-sdk-ivs/lib/aws-sdk-ivs/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arns ⇒ Array<String>
Array of ARNs, one per channel.
Instance Attribute Details
#arns ⇒ Array<String>
Array of ARNs, one per channel.
94 95 96 97 98 |
# File 'gems/aws-sdk-ivs/lib/aws-sdk-ivs/types.rb', line 94 class BatchGetChannelRequest < Struct.new( :arns) SENSITIVE = [] include Aws::Structure end |