Module: AWSCDK::APIGateway::IModel

Included in:
Model
Defined in:
api_gateway/i_model.rb

Class Method Summary collapse

Instance Method Summary collapse

Class Method Details

.jsii_overridable_methodsObject



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_idString

Returns the model name, such as 'myModel'.

Returns:

  • (String)


9
10
11
# File 'api_gateway/i_model.rb', line 9

def model_id()
  jsii_get_property("modelId")
end