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

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 stream key.

Returns:

  • (Array<String>)


294
295
296
297
298
# File 'gems/aws-sdk-ivs/lib/aws-sdk-ivs/types.rb', line 294

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