Class: Aws::Types::GetIntegrationResult
- Inherits:
-
Object
- Object
- Aws::Types::GetIntegrationResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#api_gateway_managed ⇒ Boolean
Returns the value of attribute api_gateway_managed.
-
#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_id ⇒ ::String
Returns the value of attribute integration_id.
-
#integration_method ⇒ ::String
Returns the value of attribute integration_method.
-
#integration_response_selection_expression ⇒ ::String
Returns the value of attribute integration_response_selection_expression.
-
#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::TlsConfig
Returns the value of attribute tls_config.
Instance Attribute Details
#api_gateway_managed ⇒ Boolean
Returns the value of attribute api_gateway_managed.
1190 1191 1192 |
# File 'sig/types.rbs', line 1190 def api_gateway_managed @api_gateway_managed end |
#connection_id ⇒ ::String
Returns the value of attribute connection_id.
1191 1192 1193 |
# File 'sig/types.rbs', line 1191 def connection_id @connection_id end |
#connection_type ⇒ "INTERNET", "VPC_LINK"
Returns the value of attribute connection_type.
1192 1193 1194 |
# File 'sig/types.rbs', line 1192 def connection_type @connection_type end |
#content_handling_strategy ⇒ "CONVERT_TO_BINARY", "CONVERT_TO_TEXT"
Returns the value of attribute content_handling_strategy.
1193 1194 1195 |
# File 'sig/types.rbs', line 1193 def content_handling_strategy @content_handling_strategy end |
#credentials_arn ⇒ ::String
Returns the value of attribute credentials_arn.
1194 1195 1196 |
# File 'sig/types.rbs', line 1194 def credentials_arn @credentials_arn end |
#description ⇒ ::String
Returns the value of attribute description.
1195 1196 1197 |
# File 'sig/types.rbs', line 1195 def description @description end |
#integration_id ⇒ ::String
Returns the value of attribute integration_id.
1196 1197 1198 |
# File 'sig/types.rbs', line 1196 def integration_id @integration_id end |
#integration_method ⇒ ::String
Returns the value of attribute integration_method.
1197 1198 1199 |
# File 'sig/types.rbs', line 1197 def integration_method @integration_method end |
#integration_response_selection_expression ⇒ ::String
Returns the value of attribute integration_response_selection_expression.
1198 1199 1200 |
# File 'sig/types.rbs', line 1198 def integration_response_selection_expression @integration_response_selection_expression end |
#integration_subtype ⇒ ::String
Returns the value of attribute integration_subtype.
1199 1200 1201 |
# File 'sig/types.rbs', line 1199 def integration_subtype @integration_subtype end |
#integration_type ⇒ "AWS", ...
Returns the value of attribute integration_type.
1200 1201 1202 |
# File 'sig/types.rbs', line 1200 def integration_type @integration_type end |
#integration_uri ⇒ ::String
Returns the value of attribute integration_uri.
1201 1202 1203 |
# File 'sig/types.rbs', line 1201 def integration_uri @integration_uri end |
#passthrough_behavior ⇒ "WHEN_NO_MATCH", ...
Returns the value of attribute passthrough_behavior.
1202 1203 1204 |
# File 'sig/types.rbs', line 1202 def passthrough_behavior @passthrough_behavior end |
#payload_format_version ⇒ ::String
Returns the value of attribute payload_format_version.
1203 1204 1205 |
# File 'sig/types.rbs', line 1203 def payload_format_version @payload_format_version end |
#request_parameters ⇒ ::Hash[::String, ::String]
Returns the value of attribute request_parameters.
1204 1205 1206 |
# File 'sig/types.rbs', line 1204 def request_parameters @request_parameters end |
#request_templates ⇒ ::Hash[::String, ::String]
Returns the value of attribute request_templates.
1206 1207 1208 |
# File 'sig/types.rbs', line 1206 def request_templates @request_templates end |
#response_parameters ⇒ ::Hash[::String, ::Hash[::String, ::String]]
Returns the value of attribute response_parameters.
1205 1206 1207 |
# File 'sig/types.rbs', line 1205 def response_parameters @response_parameters end |
#template_selection_expression ⇒ ::String
Returns the value of attribute template_selection_expression.
1207 1208 1209 |
# File 'sig/types.rbs', line 1207 def template_selection_expression @template_selection_expression end |
#timeout_in_millis ⇒ ::Integer
Returns the value of attribute timeout_in_millis.
1208 1209 1210 |
# File 'sig/types.rbs', line 1208 def timeout_in_millis @timeout_in_millis end |
#tls_config ⇒ Types::TlsConfig
Returns the value of attribute tls_config.
1209 1210 1211 |
# File 'sig/types.rbs', line 1209 def tls_config @tls_config end |