Class: Aws::IVS::Types::CreateStreamKeyResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IVS::Types::CreateStreamKeyResponse
- Defined in:
- gems/aws-sdk-ivs/lib/aws-sdk-ivs/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#stream_key ⇒ Types::StreamKey
Stream key used to authenticate an RTMPS stream for ingestion.
Instance Attribute Details
#stream_key ⇒ Types::StreamKey
Stream key used to authenticate an RTMPS stream for ingestion.
694 695 696 697 698 |
# File 'gems/aws-sdk-ivs/lib/aws-sdk-ivs/types.rb', line 694 class CreateStreamKeyResponse < Struct.new( :stream_key) SENSITIVE = [] include Aws::Structure end |