Class: AWSCDK::MediaLive::CfnChannel::HtmlMotionGraphicsSettingsProperty
- Inherits:
-
Jsii::Struct
- Object
- Jsii::Struct
- AWSCDK::MediaLive::CfnChannel::HtmlMotionGraphicsSettingsProperty
- Defined in:
- media_live/cfn_channel.rb
Overview
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize ⇒ HtmlMotionGraphicsSettingsProperty
constructor
A new instance of HtmlMotionGraphicsSettingsProperty.
- #to_jsii ⇒ Object
Constructor Details
#initialize ⇒ HtmlMotionGraphicsSettingsProperty
Returns a new instance of HtmlMotionGraphicsSettingsProperty.
8493 8494 |
# File 'media_live/cfn_channel.rb', line 8493 def initialize() end |
Class Method Details
.jsii_properties ⇒ Object
8497 8498 8499 8500 |
# File 'media_live/cfn_channel.rb', line 8497 def self.jsii_properties { } end |
Instance Method Details
#to_jsii ⇒ Object
8502 8503 8504 8505 8506 8507 |
# File 'media_live/cfn_channel.rb', line 8502 def to_jsii result = {} result.merge!({ }) result.compact end |