Class: AWSCDK::Interfaces::AWSSAM::StateMachineReference

Inherits:
Jsii::Struct
  • Object
show all
Defined in:
interfaces/awssam/state_machine_reference.rb

Overview

A reference to a StateMachine resource.

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeStateMachineReference

Returns a new instance of StateMachineReference.



7
8
# File 'interfaces/awssam/state_machine_reference.rb', line 7

def initialize()
end

Class Method Details

.jsii_propertiesObject



11
12
13
14
# File 'interfaces/awssam/state_machine_reference.rb', line 11

def self.jsii_properties
  {
  }
end

Instance Method Details

#to_jsiiObject



16
17
18
19
20
21
# File 'interfaces/awssam/state_machine_reference.rb', line 16

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