Class: Aws::IVS::Types::BatchGetStreamKeyResponse

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

#errorsArray<Types::BatchError>

Returns:



129
130
131
132
133
134
# File 'gems/aws-sdk-ivs/lib/aws-sdk-ivs/types.rb', line 129

class BatchGetStreamKeyResponse < Struct.new(
  :errors,
  :stream_keys)
  SENSITIVE = []
  include Aws::Structure
end

#stream_keysArray<Types::StreamKey>

Returns:



129
130
131
132
133
134
# File 'gems/aws-sdk-ivs/lib/aws-sdk-ivs/types.rb', line 129

class BatchGetStreamKeyResponse < Struct.new(
  :errors,
  :stream_keys)
  SENSITIVE = []
  include Aws::Structure
end