Class: Aws::IVS::Types::CreateStreamKeyResponse

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

#stream_keyTypes::StreamKey

Stream key used to authenticate an RTMPS stream for ingestion.

Returns:



688
689
690
691
692
# File 'gems/aws-sdk-ivs/lib/aws-sdk-ivs/types.rb', line 688

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