Class: AWSCDK::MediaLive::CfnChannel::ColorSpacePassthroughSettingsProperty
- Inherits:
-
Jsii::Struct
- Object
- Jsii::Struct
- AWSCDK::MediaLive::CfnChannel::ColorSpacePassthroughSettingsProperty
- Defined in:
- media_live/cfn_channel.rb
Overview
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize ⇒ ColorSpacePassthroughSettingsProperty
constructor
A new instance of ColorSpacePassthroughSettingsProperty.
- #to_jsii ⇒ Object
Constructor Details
#initialize ⇒ ColorSpacePassthroughSettingsProperty
Returns a new instance of ColorSpacePassthroughSettingsProperty.
4177 4178 |
# File 'media_live/cfn_channel.rb', line 4177 def initialize() end |
Class Method Details
.jsii_properties ⇒ Object
4181 4182 4183 4184 |
# File 'media_live/cfn_channel.rb', line 4181 def self.jsii_properties { } end |
Instance Method Details
#to_jsii ⇒ Object
4186 4187 4188 4189 4190 4191 |
# File 'media_live/cfn_channel.rb', line 4186 def to_jsii result = {} result.merge!({ }) result.compact end |