Class: Aws::IVS::Types::GetStreamKeyResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IVS::Types::GetStreamKeyResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ivs/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#stream_key ⇒ Types::StreamKey
<zonbook />.
Instance Attribute Details
#stream_key ⇒ Types::StreamKey
<zonbook />
<xhtml />
937 938 939 940 941 |
# File 'lib/aws-sdk-ivs/types.rb', line 937 class GetStreamKeyResponse < Struct.new( :stream_key) SENSITIVE = [] include Aws::Structure end |