Module: Aws::APIGateway::Client::_UpdateIntegrationResponseResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::IntegrationResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #content_handling ⇒ "CONVERT_TO_BINARY", "CONVERT_TO_TEXT"
- #response_parameters ⇒ ::Hash[::String, ::String]
- #response_templates ⇒ ::Hash[::String, ::String]
- #selection_pattern ⇒ ::String
- #status_code ⇒ ::String
Instance Method Details
#content_handling ⇒ "CONVERT_TO_BINARY", "CONVERT_TO_TEXT"
1990 |
# File 'sig/client.rbs', line 1990
def content_handling: () -> ("CONVERT_TO_BINARY" | "CONVERT_TO_TEXT")
|
#response_parameters ⇒ ::Hash[::String, ::String]
1988 |
# File 'sig/client.rbs', line 1988
def response_parameters: () -> ::Hash[::String, ::String]
|
#response_templates ⇒ ::Hash[::String, ::String]
1989 |
# File 'sig/client.rbs', line 1989
def response_templates: () -> ::Hash[::String, ::String]
|
#selection_pattern ⇒ ::String
1987 |
# File 'sig/client.rbs', line 1987
def selection_pattern: () -> ::String
|
#status_code ⇒ ::String
1986 |
# File 'sig/client.rbs', line 1986
def status_code: () -> ::String
|