Module: Aws::APIGateway::Client::_PutIntegrationResponseResponseSuccess
- 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"
1540 |
# File 'sig/client.rbs', line 1540
def content_handling: () -> ("CONVERT_TO_BINARY" | "CONVERT_TO_TEXT")
|
#response_parameters ⇒ ::Hash[::String, ::String]
1538 |
# File 'sig/client.rbs', line 1538
def response_parameters: () -> ::Hash[::String, ::String]
|
#response_templates ⇒ ::Hash[::String, ::String]
1539 |
# File 'sig/client.rbs', line 1539
def response_templates: () -> ::Hash[::String, ::String]
|
#selection_pattern ⇒ ::String
1537 |
# File 'sig/client.rbs', line 1537
def selection_pattern: () -> ::String
|
#status_code ⇒ ::String
1536 |
# File 'sig/client.rbs', line 1536
def status_code: () -> ::String
|