Class: Aws::IVS::Types::BatchGetStreamKeyRequest

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

Overview

Note:

When making an API call, you may pass BatchGetStreamKeyRequest data as a hash:

{
  arns: ["StreamKeyArn"], # required
}

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnsArray<String>

Array of ARNs, one per channel.

Returns:

  • (Array<String>)


127
128
129
130
131
# File 'lib/aws-sdk-ivs/types.rb', line 127

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