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

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

Object specifying the updated channel.

Returns:



2305
2306
2307
2308
2309
# File 'gems/aws-sdk-ivs/lib/aws-sdk-ivs/types.rb', line 2305

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