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:



2371
2372
2373
2374
2375
# File 'gems/aws-sdk-ivs/lib/aws-sdk-ivs/types.rb', line 2371

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