Class: Aws::MediaLive::Types::CreateChannelResultModel

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#channelTypes::Channel

Returns:



2248
2249
2250
2251
2252
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 2248

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