Class: Aws::Types::PutIntegrationResponseRequest
- Inherits:
-
Object
- Object
- Aws::Types::PutIntegrationResponseRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#content_handling ⇒ "CONVERT_TO_BINARY", "CONVERT_TO_TEXT"
Returns the value of attribute content_handling.
-
#http_method ⇒ ::String
Returns the value of attribute http_method.
-
#resource_id ⇒ ::String
Returns the value of attribute resource_id.
-
#response_parameters ⇒ ::Hash[::String, ::String]
Returns the value of attribute response_parameters.
-
#response_templates ⇒ ::Hash[::String, ::String]
Returns the value of attribute response_templates.
-
#rest_api_id ⇒ ::String
Returns the value of attribute rest_api_id.
-
#selection_pattern ⇒ ::String
Returns the value of attribute selection_pattern.
-
#status_code ⇒ ::String
Returns the value of attribute status_code.
Instance Attribute Details
#content_handling ⇒ "CONVERT_TO_BINARY", "CONVERT_TO_TEXT"
Returns the value of attribute content_handling.
1086 1087 1088 |
# File 'sig/types.rbs', line 1086 def content_handling @content_handling end |
#http_method ⇒ ::String
Returns the value of attribute http_method.
1081 1082 1083 |
# File 'sig/types.rbs', line 1081 def http_method @http_method end |
#resource_id ⇒ ::String
Returns the value of attribute resource_id.
1080 1081 1082 |
# File 'sig/types.rbs', line 1080 def resource_id @resource_id end |
#response_parameters ⇒ ::Hash[::String, ::String]
Returns the value of attribute response_parameters.
1084 1085 1086 |
# File 'sig/types.rbs', line 1084 def response_parameters @response_parameters end |
#response_templates ⇒ ::Hash[::String, ::String]
Returns the value of attribute response_templates.
1085 1086 1087 |
# File 'sig/types.rbs', line 1085 def response_templates @response_templates end |
#rest_api_id ⇒ ::String
Returns the value of attribute rest_api_id.
1079 1080 1081 |
# File 'sig/types.rbs', line 1079 def rest_api_id @rest_api_id end |
#selection_pattern ⇒ ::String
Returns the value of attribute selection_pattern.
1083 1084 1085 |
# File 'sig/types.rbs', line 1083 def selection_pattern @selection_pattern end |
#status_code ⇒ ::String
Returns the value of attribute status_code.
1082 1083 1084 |
# File 'sig/types.rbs', line 1082 def status_code @status_code end |