Class: Aws::MediaLive::Types::UpdateChannelResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#channelTypes::Channel

Returns:



12527
12528
12529
12530
12531
# File 'lib/aws-sdk-medialive/types.rb', line 12527

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