Class: Aws::Types::UpdateIntegrationInput
- Inherits:
-
Object
- Object
- Aws::Types::UpdateIntegrationInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#connection_id ⇒ ::String
Returns the value of attribute connection_id.
-
#connection_type ⇒ "INTERNET", "VPC_LINK"
Returns the value of attribute connection_type.
-
#content_handling_strategy ⇒ "CONVERT_TO_BINARY", "CONVERT_TO_TEXT"
Returns the value of attribute content_handling_strategy.
-
#credentials_arn ⇒ ::String
Returns the value of attribute credentials_arn.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#integration_method ⇒ ::String
Returns the value of attribute integration_method.
-
#integration_subtype ⇒ ::String
Returns the value of attribute integration_subtype.
-
#integration_type ⇒ "AWS", ...
Returns the value of attribute integration_type.
-
#integration_uri ⇒ ::String
Returns the value of attribute integration_uri.
-
#passthrough_behavior ⇒ "WHEN_NO_MATCH", ...
Returns the value of attribute passthrough_behavior.
-
#payload_format_version ⇒ ::String
Returns the value of attribute payload_format_version.
-
#request_parameters ⇒ ::Hash[::String, ::String]
Returns the value of attribute request_parameters.
-
#request_templates ⇒ ::Hash[::String, ::String]
Returns the value of attribute request_templates.
-
#response_parameters ⇒ ::Hash[::String, ::Hash[::String, ::String]]
Returns the value of attribute response_parameters.
-
#template_selection_expression ⇒ ::String
Returns the value of attribute template_selection_expression.
-
#timeout_in_millis ⇒ ::Integer
Returns the value of attribute timeout_in_millis.
-
#tls_config ⇒ Types::TlsConfigInput
Returns the value of attribute tls_config.
Instance Attribute Details
#connection_id ⇒ ::String
Returns the value of attribute connection_id.
2357 2358 2359 |
# File 'sig/types.rbs', line 2357 def connection_id @connection_id end |
#connection_type ⇒ "INTERNET", "VPC_LINK"
Returns the value of attribute connection_type.
2358 2359 2360 |
# File 'sig/types.rbs', line 2358 def connection_type @connection_type end |
#content_handling_strategy ⇒ "CONVERT_TO_BINARY", "CONVERT_TO_TEXT"
Returns the value of attribute content_handling_strategy.
2359 2360 2361 |
# File 'sig/types.rbs', line 2359 def content_handling_strategy @content_handling_strategy end |
#credentials_arn ⇒ ::String
Returns the value of attribute credentials_arn.
2360 2361 2362 |
# File 'sig/types.rbs', line 2360 def credentials_arn @credentials_arn end |
#description ⇒ ::String
Returns the value of attribute description.
2361 2362 2363 |
# File 'sig/types.rbs', line 2361 def description @description end |
#integration_method ⇒ ::String
Returns the value of attribute integration_method.
2362 2363 2364 |
# File 'sig/types.rbs', line 2362 def integration_method @integration_method end |
#integration_subtype ⇒ ::String
Returns the value of attribute integration_subtype.
2363 2364 2365 |
# File 'sig/types.rbs', line 2363 def integration_subtype @integration_subtype end |
#integration_type ⇒ "AWS", ...
Returns the value of attribute integration_type.
2364 2365 2366 |
# File 'sig/types.rbs', line 2364 def integration_type @integration_type end |
#integration_uri ⇒ ::String
Returns the value of attribute integration_uri.
2365 2366 2367 |
# File 'sig/types.rbs', line 2365 def integration_uri @integration_uri end |
#passthrough_behavior ⇒ "WHEN_NO_MATCH", ...
Returns the value of attribute passthrough_behavior.
2366 2367 2368 |
# File 'sig/types.rbs', line 2366 def passthrough_behavior @passthrough_behavior end |
#payload_format_version ⇒ ::String
Returns the value of attribute payload_format_version.
2367 2368 2369 |
# File 'sig/types.rbs', line 2367 def payload_format_version @payload_format_version end |
#request_parameters ⇒ ::Hash[::String, ::String]
Returns the value of attribute request_parameters.
2368 2369 2370 |
# File 'sig/types.rbs', line 2368 def request_parameters @request_parameters end |
#request_templates ⇒ ::Hash[::String, ::String]
Returns the value of attribute request_templates.
2370 2371 2372 |
# File 'sig/types.rbs', line 2370 def request_templates @request_templates end |
#response_parameters ⇒ ::Hash[::String, ::Hash[::String, ::String]]
Returns the value of attribute response_parameters.
2369 2370 2371 |
# File 'sig/types.rbs', line 2369 def response_parameters @response_parameters end |
#template_selection_expression ⇒ ::String
Returns the value of attribute template_selection_expression.
2371 2372 2373 |
# File 'sig/types.rbs', line 2371 def template_selection_expression @template_selection_expression end |
#timeout_in_millis ⇒ ::Integer
Returns the value of attribute timeout_in_millis.
2372 2373 2374 |
# File 'sig/types.rbs', line 2372 def timeout_in_millis @timeout_in_millis end |
#tls_config ⇒ Types::TlsConfigInput
Returns the value of attribute tls_config.
2373 2374 2375 |
# File 'sig/types.rbs', line 2373 def tls_config @tls_config end |