Class: AWSCDK::Interfaces::AWSSAM::StateMachineReference
- Inherits:
-
Jsii::Struct
- Object
- Jsii::Struct
- AWSCDK::Interfaces::AWSSAM::StateMachineReference
- Defined in:
- interfaces/awssam/state_machine_reference.rb
Overview
A reference to a StateMachine resource.
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize ⇒ StateMachineReference
constructor
A new instance of StateMachineReference.
- #to_jsii ⇒ Object
Constructor Details
#initialize ⇒ StateMachineReference
Returns a new instance of StateMachineReference.
7 8 |
# File 'interfaces/awssam/state_machine_reference.rb', line 7 def initialize() end |
Class Method Details
.jsii_properties ⇒ Object
11 12 13 14 |
# File 'interfaces/awssam/state_machine_reference.rb', line 11 def self.jsii_properties { } end |
Instance Method Details
#to_jsii ⇒ Object
16 17 18 19 20 21 |
# File 'interfaces/awssam/state_machine_reference.rb', line 16 def to_jsii result = {} result.merge!({ }) result.compact end |