Class: AWSCDK::MediaLive::CfnChannel::PassThroughSettingsProperty
- Inherits:
-
Jsii::Struct
- Object
- Jsii::Struct
- AWSCDK::MediaLive::CfnChannel::PassThroughSettingsProperty
- Defined in:
- media_live/cfn_channel.rb
Overview
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize ⇒ PassThroughSettingsProperty
constructor
A new instance of PassThroughSettingsProperty.
- #to_jsii ⇒ Object
Constructor Details
#initialize ⇒ PassThroughSettingsProperty
Returns a new instance of PassThroughSettingsProperty.
12418 12419 |
# File 'media_live/cfn_channel.rb', line 12418 def initialize() end |
Class Method Details
.jsii_properties ⇒ Object
12422 12423 12424 12425 |
# File 'media_live/cfn_channel.rb', line 12422 def self.jsii_properties { } end |
Instance Method Details
#to_jsii ⇒ Object
12427 12428 12429 12430 12431 12432 |
# File 'media_live/cfn_channel.rb', line 12427 def to_jsii result = {} result.merge!({ }) result.compact end |