Module: Aws::APIGateway::Client::_GetIntegrationResponseResponseSuccess
- 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"
1035 |
# File 'sig/client.rbs', line 1035
def content_handling: () -> ("CONVERT_TO_BINARY" | "CONVERT_TO_TEXT")
|
#response_parameters ⇒ ::Hash[::String, ::String]
1033 |
# File 'sig/client.rbs', line 1033
def response_parameters: () -> ::Hash[::String, ::String]
|
#response_templates ⇒ ::Hash[::String, ::String]
1034 |
# File 'sig/client.rbs', line 1034
def response_templates: () -> ::Hash[::String, ::String]
|
#selection_pattern ⇒ ::String
1032 |
# File 'sig/client.rbs', line 1032
def selection_pattern: () -> ::String
|
#status_code ⇒ ::String
1031 |
# File 'sig/client.rbs', line 1031
def status_code: () -> ::String
|