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:



894
895
896
897
898
# File 'gems/aws-sdk-ivs/lib/aws-sdk-ivs/types.rb', line 894

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