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