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
Instance Attribute Details
#stream_key ⇒ Types::StreamKey
1437 1438 1439 1440 1441 |
# File 'lib/aws-sdk-ivs/types.rb', line 1437 class GetStreamKeyResponse < Struct.new( :stream_key) SENSITIVE = [] include Aws::Structure end |