Class: Aws::IVS::Types::GetStreamKeyResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IVS::Types::GetStreamKeyResponse
- 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_key ⇒ Types::StreamKey
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 |