Class: AWSCDK::Interfaces::AWSSAM::ApplicationReference

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

Overview

A reference to a Application resource.

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeApplicationReference

Returns a new instance of ApplicationReference.



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

def initialize()
end

Class Method Details

.jsii_propertiesObject



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

def self.jsii_properties
  {
  }
end

Instance Method Details

#to_jsiiObject



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

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