Class: Aws::IVS::Types::UpdateChannelResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#channelTypes::Channel

Object specifying a channel.

Returns:



1784
1785
1786
1787
1788
# File 'lib/aws-sdk-ivs/types.rb', line 1784

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