Class: Humidifier::ApiGatewayV2::IntegrationResponse
- Defined in:
- lib/humidifier/magic.rb
Overview
A dynamically-defined class that represents an AWS::ApiGatewayV2::IntegrationResponse 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).
-
#content_handling_strategy ⇒ Object
returns the ContentHandlingStrategy property.
-
#content_handling_strategy=(value) ⇒ Object
sets the ContentHandlingStrategy property (String).
-
#integration_id ⇒ Object
returns the IntegrationId property.
-
#integration_id=(value) ⇒ Object
sets the IntegrationId property (String).
-
#integration_response_key ⇒ Object
returns the IntegrationResponseKey property.
-
#integration_response_key=(value) ⇒ Object
sets the IntegrationResponseKey property (String).
-
#response_parameters ⇒ Object
returns the ResponseParameters property.
-
#response_parameters=(value) ⇒ Object
sets the ResponseParameters property (Json).
-
#response_templates ⇒ Object
returns the ResponseTemplates property.
-
#response_templates=(value) ⇒ Object
sets the ResponseTemplates property (Json).
-
#template_selection_expression ⇒ Object
returns the TemplateSelectionExpression property.
-
#template_selection_expression=(value) ⇒ Object
sets the TemplateSelectionExpression 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 |
#content_handling_strategy ⇒ Object
returns the ContentHandlingStrategy property
20 21 22 |
# File 'lib/humidifier/magic.rb', line 20 def content_handling_strategy properties['content_handling_strategy'] end |
#content_handling_strategy=(value) ⇒ Object
sets the ContentHandlingStrategy property (String)
25 26 27 |
# File 'lib/humidifier/magic.rb', line 25 def content_handling_strategy=(value) update_property('content_handling_strategy', value) end |
#integration_id ⇒ Object
returns the IntegrationId property
30 31 32 |
# File 'lib/humidifier/magic.rb', line 30 def integration_id properties['integration_id'] end |
#integration_id=(value) ⇒ Object
sets the IntegrationId property (String)
35 36 37 |
# File 'lib/humidifier/magic.rb', line 35 def integration_id=(value) update_property('integration_id', value) end |
#integration_response_key ⇒ Object
returns the IntegrationResponseKey property
40 41 42 |
# File 'lib/humidifier/magic.rb', line 40 def integration_response_key properties['integration_response_key'] end |
#integration_response_key=(value) ⇒ Object
sets the IntegrationResponseKey property (String)
45 46 47 |
# File 'lib/humidifier/magic.rb', line 45 def integration_response_key=(value) update_property('integration_response_key', value) end |
#response_parameters ⇒ Object
returns the ResponseParameters property
50 51 52 |
# File 'lib/humidifier/magic.rb', line 50 def response_parameters properties['response_parameters'] end |
#response_parameters=(value) ⇒ Object
sets the ResponseParameters property (Json)
55 56 57 |
# File 'lib/humidifier/magic.rb', line 55 def response_parameters=(value) update_property('response_parameters', value) end |
#response_templates ⇒ Object
returns the ResponseTemplates property
60 61 62 |
# File 'lib/humidifier/magic.rb', line 60 def response_templates properties['response_templates'] end |
#response_templates=(value) ⇒ Object
sets the ResponseTemplates property (Json)
65 66 67 |
# File 'lib/humidifier/magic.rb', line 65 def response_templates=(value) update_property('response_templates', value) end |
#template_selection_expression ⇒ Object
returns the TemplateSelectionExpression property
70 71 72 |
# File 'lib/humidifier/magic.rb', line 70 def template_selection_expression properties['template_selection_expression'] end |
#template_selection_expression=(value) ⇒ Object
sets the TemplateSelectionExpression property (String)
75 76 77 |
# File 'lib/humidifier/magic.rb', line 75 def template_selection_expression=(value) update_property('template_selection_expression', value) end |