Class: Aws::MediaLive::Types::UpdateChannelClassResponse

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:



11832
11833
11834
11835
11836
# File 'lib/aws-sdk-medialive/types.rb', line 11832

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