Class: AWSCDK::MediaLive::CfnChannel::ColorSpacePassthroughSettingsProperty

Inherits:
Jsii::Struct
  • Object
show all
Defined in:
media_live/cfn_channel.rb

Overview

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeColorSpacePassthroughSettingsProperty

Returns a new instance of ColorSpacePassthroughSettingsProperty.



4177
4178
# File 'media_live/cfn_channel.rb', line 4177

def initialize()
end

Class Method Details

.jsii_propertiesObject



4181
4182
4183
4184
# File 'media_live/cfn_channel.rb', line 4181

def self.jsii_properties
  {
  }
end

Instance Method Details

#to_jsiiObject



4186
4187
4188
4189
4190
4191
# File 'media_live/cfn_channel.rb', line 4186

def to_jsii
  result = {}
  result.merge!({
  })
  result.compact
end