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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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:



1150
1151
1152
1153
1154
# File 'lib/aws-sdk-ivs/types.rb', line 1150

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