Class: Aws::MediaLive::Types::CreateChannelResponse

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:



2155
2156
2157
2158
2159
# File 'lib/aws-sdk-medialive/types.rb', line 2155

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