Class: Aws::IVS::Types::CreateChannelResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IVS::Types::CreateChannelResponse
- Defined in:
- gems/aws-sdk-ivs/lib/aws-sdk-ivs/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#channel ⇒ Types::Channel
1024 1025 1026 1027 1028 1029 |
# File 'gems/aws-sdk-ivs/lib/aws-sdk-ivs/types.rb', line 1024 class CreateChannelResponse < Struct.new( :channel, :stream_key) SENSITIVE = [] include Aws::Structure end |
#stream_key ⇒ Types::StreamKey
1024 1025 1026 1027 1028 1029 |
# File 'gems/aws-sdk-ivs/lib/aws-sdk-ivs/types.rb', line 1024 class CreateChannelResponse < Struct.new( :channel, :stream_key) SENSITIVE = [] include Aws::Structure end |