Class: Aws::IVS::Types::CreateChannelResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ivs/lib/aws-sdk-ivs/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#channelTypes::Channel

Returns:



519
520
521
522
523
524
# File 'gems/aws-sdk-ivs/lib/aws-sdk-ivs/types.rb', line 519

class CreateChannelResponse < Struct.new(
  :channel,
  :stream_key)
  SENSITIVE = []
  include Aws::Structure
end

#stream_keyTypes::StreamKey

Returns:



519
520
521
522
523
524
# File 'gems/aws-sdk-ivs/lib/aws-sdk-ivs/types.rb', line 519

class CreateChannelResponse < Struct.new(
  :channel,
  :stream_key)
  SENSITIVE = []
  include Aws::Structure
end