Class: Aws::IVS::Types::GetStreamKeyResponse

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

Returns:



900
901
902
903
904
# File 'gems/aws-sdk-ivs/lib/aws-sdk-ivs/types.rb', line 900

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