Class: Aws::Types::PutIntegrationRequest
- Inherits:
-
Object
- Object
- Aws::Types::PutIntegrationRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cache_key_parameters ⇒ ::Array[::String]
Returns the value of attribute cache_key_parameters.
-
#cache_namespace ⇒ ::String
Returns the value of attribute cache_namespace.
-
#connection_id ⇒ ::String
Returns the value of attribute connection_id.
-
#connection_type ⇒ "INTERNET", "VPC_LINK"
Returns the value of attribute connection_type.
-
#content_handling ⇒ "CONVERT_TO_BINARY", "CONVERT_TO_TEXT"
Returns the value of attribute content_handling.
-
#credentials ⇒ ::String
Returns the value of attribute credentials.
-
#http_method ⇒ ::String
Returns the value of attribute http_method.
-
#integration_http_method ⇒ ::String
Returns the value of attribute integration_http_method.
-
#integration_target ⇒ ::String
Returns the value of attribute integration_target.
-
#passthrough_behavior ⇒ ::String
Returns the value of attribute passthrough_behavior.
-
#request_parameters ⇒ ::Hash[::String, ::String]
Returns the value of attribute request_parameters.
-
#request_templates ⇒ ::Hash[::String, ::String]
Returns the value of attribute request_templates.
-
#resource_id ⇒ ::String
Returns the value of attribute resource_id.
-
#response_transfer_mode ⇒ "BUFFERED", "STREAM"
Returns the value of attribute response_transfer_mode.
-
#rest_api_id ⇒ ::String
Returns the value of attribute rest_api_id.
-
#timeout_in_millis ⇒ ::Integer
Returns the value of attribute timeout_in_millis.
-
#tls_config ⇒ Types::TlsConfig
Returns the value of attribute tls_config.
-
#type ⇒ "HTTP", ...
Returns the value of attribute type.
-
#uri ⇒ ::String
Returns the value of attribute uri.
Instance Attribute Details
#cache_key_parameters ⇒ ::Array[::String]
Returns the value of attribute cache_key_parameters.
1069 1070 1071 |
# File 'sig/types.rbs', line 1069 def cache_key_parameters @cache_key_parameters end |
#cache_namespace ⇒ ::String
Returns the value of attribute cache_namespace.
1068 1069 1070 |
# File 'sig/types.rbs', line 1068 def cache_namespace @cache_namespace end |
#connection_id ⇒ ::String
Returns the value of attribute connection_id.
1063 1064 1065 |
# File 'sig/types.rbs', line 1063 def connection_id @connection_id end |
#connection_type ⇒ "INTERNET", "VPC_LINK"
Returns the value of attribute connection_type.
1062 1063 1064 |
# File 'sig/types.rbs', line 1062 def connection_type @connection_type end |
#content_handling ⇒ "CONVERT_TO_BINARY", "CONVERT_TO_TEXT"
Returns the value of attribute content_handling.
1070 1071 1072 |
# File 'sig/types.rbs', line 1070 def content_handling @content_handling end |
#credentials ⇒ ::String
Returns the value of attribute credentials.
1064 1065 1066 |
# File 'sig/types.rbs', line 1064 def credentials @credentials end |
#http_method ⇒ ::String
Returns the value of attribute http_method.
1058 1059 1060 |
# File 'sig/types.rbs', line 1058 def http_method @http_method end |
#integration_http_method ⇒ ::String
Returns the value of attribute integration_http_method.
1060 1061 1062 |
# File 'sig/types.rbs', line 1060 def integration_http_method @integration_http_method end |
#integration_target ⇒ ::String
Returns the value of attribute integration_target.
1074 1075 1076 |
# File 'sig/types.rbs', line 1074 def integration_target @integration_target end |
#passthrough_behavior ⇒ ::String
Returns the value of attribute passthrough_behavior.
1067 1068 1069 |
# File 'sig/types.rbs', line 1067 def passthrough_behavior @passthrough_behavior end |
#request_parameters ⇒ ::Hash[::String, ::String]
Returns the value of attribute request_parameters.
1065 1066 1067 |
# File 'sig/types.rbs', line 1065 def request_parameters @request_parameters end |
#request_templates ⇒ ::Hash[::String, ::String]
Returns the value of attribute request_templates.
1066 1067 1068 |
# File 'sig/types.rbs', line 1066 def request_templates @request_templates end |
#resource_id ⇒ ::String
Returns the value of attribute resource_id.
1057 1058 1059 |
# File 'sig/types.rbs', line 1057 def resource_id @resource_id end |
#response_transfer_mode ⇒ "BUFFERED", "STREAM"
Returns the value of attribute response_transfer_mode.
1073 1074 1075 |
# File 'sig/types.rbs', line 1073 def response_transfer_mode @response_transfer_mode end |
#rest_api_id ⇒ ::String
Returns the value of attribute rest_api_id.
1056 1057 1058 |
# File 'sig/types.rbs', line 1056 def rest_api_id @rest_api_id end |
#timeout_in_millis ⇒ ::Integer
Returns the value of attribute timeout_in_millis.
1071 1072 1073 |
# File 'sig/types.rbs', line 1071 def timeout_in_millis @timeout_in_millis end |
#tls_config ⇒ Types::TlsConfig
Returns the value of attribute tls_config.
1072 1073 1074 |
# File 'sig/types.rbs', line 1072 def tls_config @tls_config end |
#type ⇒ "HTTP", ...
Returns the value of attribute type.
1059 1060 1061 |
# File 'sig/types.rbs', line 1059 def type @type end |
#uri ⇒ ::String
Returns the value of attribute uri.
1061 1062 1063 |
# File 'sig/types.rbs', line 1061 def uri @uri end |