Module: AWSCDK::APIGateway::IModel
- Included in:
- Model
- Defined in:
- api_gateway/i_model.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#model_id ⇒ String
Returns the model name, such as 'myModel'.
Class Method Details
.jsii_overridable_methods ⇒ Object
13 14 15 16 17 |
# File 'api_gateway/i_model.rb', line 13 def self.jsii_overridable_methods { :model_id => { kind: :property, name: "modelId", is_optional: false }, } end |
Instance Method Details
#model_id ⇒ String
Returns the model name, such as 'myModel'.
9 10 11 |
# File 'api_gateway/i_model.rb', line 9 def model_id() jsii_get_property("modelId") end |