Class: Humidifier::ApiGatewayV2::RouteResponse
- Defined in:
- lib/humidifier/magic.rb
Overview
A dynamically-defined class that represents an AWS::ApiGatewayV2::RouteResponse resource
Constant Summary
Constants inherited from Resource
Instance Method Summary collapse
-
#api_id ⇒ Object
returns the ApiId property.
-
#api_id=(value) ⇒ Object
sets the ApiId property (String).
-
#model_selection_expression ⇒ Object
returns the ModelSelectionExpression property.
-
#model_selection_expression=(value) ⇒ Object
sets the ModelSelectionExpression property (String).
-
#response_models ⇒ Object
returns the ResponseModels property.
-
#response_models=(value) ⇒ Object
sets the ResponseModels property (Json).
-
#response_parameters ⇒ Object
returns the ResponseParameters property.
-
#response_parameters=(value) ⇒ Object
sets the ResponseParameters property (Json).
-
#route_id ⇒ Object
returns the RouteId property.
-
#route_id=(value) ⇒ Object
sets the RouteId property (String).
-
#route_response_key ⇒ Object
returns the RouteResponseKey property.
-
#route_response_key=(value) ⇒ Object
sets the RouteResponseKey property (String).
Methods inherited from Resource
#initialize, #method_missing, prop?, #respond_to_missing?, #to_cf, #update, #update_attributes, #update_property
Constructor Details
This class inherits a constructor from Humidifier::Resource
Dynamic Method Handling
This class handles dynamic methods through the method_missing method in the class Humidifier::Resource
Instance Method Details
#api_id ⇒ Object
returns the ApiId property
10 11 12 |
# File 'lib/humidifier/magic.rb', line 10 def api_id properties['api_id'] end |
#api_id=(value) ⇒ Object
sets the ApiId property (String)
15 16 17 |
# File 'lib/humidifier/magic.rb', line 15 def api_id=(value) update_property('api_id', value) end |
#model_selection_expression ⇒ Object
returns the ModelSelectionExpression property
20 21 22 |
# File 'lib/humidifier/magic.rb', line 20 def model_selection_expression properties['model_selection_expression'] end |
#model_selection_expression=(value) ⇒ Object
sets the ModelSelectionExpression property (String)
25 26 27 |
# File 'lib/humidifier/magic.rb', line 25 def model_selection_expression=(value) update_property('model_selection_expression', value) end |
#response_models ⇒ Object
returns the ResponseModels property
30 31 32 |
# File 'lib/humidifier/magic.rb', line 30 def response_models properties['response_models'] end |
#response_models=(value) ⇒ Object
sets the ResponseModels property (Json)
35 36 37 |
# File 'lib/humidifier/magic.rb', line 35 def response_models=(value) update_property('response_models', value) end |
#response_parameters ⇒ Object
returns the ResponseParameters property
40 41 42 |
# File 'lib/humidifier/magic.rb', line 40 def response_parameters properties['response_parameters'] end |
#response_parameters=(value) ⇒ Object
sets the ResponseParameters property (Json)
45 46 47 |
# File 'lib/humidifier/magic.rb', line 45 def response_parameters=(value) update_property('response_parameters', value) end |
#route_id ⇒ Object
returns the RouteId property
50 51 52 |
# File 'lib/humidifier/magic.rb', line 50 def route_id properties['route_id'] end |
#route_id=(value) ⇒ Object
sets the RouteId property (String)
55 56 57 |
# File 'lib/humidifier/magic.rb', line 55 def route_id=(value) update_property('route_id', value) end |
#route_response_key ⇒ Object
returns the RouteResponseKey property
60 61 62 |
# File 'lib/humidifier/magic.rb', line 60 def route_response_key properties['route_response_key'] end |
#route_response_key=(value) ⇒ Object
sets the RouteResponseKey property (String)
65 66 67 |
# File 'lib/humidifier/magic.rb', line 65 def route_response_key=(value) update_property('route_response_key', value) end |