Class: Aws::Types::IntegrationResponse
- Inherits:
-
Object
- Object
- Aws::Types::IntegrationResponse
- 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.
-
#response_parameters ⇒ ::Hash[::String, ::String]
Returns the value of attribute response_parameters.
-
#response_templates ⇒ ::Hash[::String, ::String]
Returns the value of attribute response_templates.
-
#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.
953 954 955 |
# File 'sig/types.rbs', line 953 def content_handling @content_handling end |
#response_parameters ⇒ ::Hash[::String, ::String]
Returns the value of attribute response_parameters.
951 952 953 |
# File 'sig/types.rbs', line 951 def response_parameters @response_parameters end |
#response_templates ⇒ ::Hash[::String, ::String]
Returns the value of attribute response_templates.
952 953 954 |
# File 'sig/types.rbs', line 952 def response_templates @response_templates end |
#selection_pattern ⇒ ::String
Returns the value of attribute selection_pattern.
950 951 952 |
# File 'sig/types.rbs', line 950 def selection_pattern @selection_pattern end |
#status_code ⇒ ::String
Returns the value of attribute status_code.
949 950 951 |
# File 'sig/types.rbs', line 949 def status_code @status_code end |