Class: Aws::Types::Integration
- Inherits:
-
Object
- Object
- Aws::Types::Integration
- 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.
1654 1655 1656 |
# File 'sig/types.rbs', line 1654 def api_gateway_managed @api_gateway_managed end |
#connection_id ⇒ ::String
Returns the value of attribute connection_id.
1655 1656 1657 |
# File 'sig/types.rbs', line 1655 def connection_id @connection_id end |
#connection_type ⇒ "INTERNET", "VPC_LINK"
Returns the value of attribute connection_type.
1656 1657 1658 |
# File 'sig/types.rbs', line 1656 def connection_type @connection_type end |
#content_handling_strategy ⇒ "CONVERT_TO_BINARY", "CONVERT_TO_TEXT"
Returns the value of attribute content_handling_strategy.
1657 1658 1659 |
# File 'sig/types.rbs', line 1657 def content_handling_strategy @content_handling_strategy end |
#credentials_arn ⇒ ::String
Returns the value of attribute credentials_arn.
1658 1659 1660 |
# File 'sig/types.rbs', line 1658 def credentials_arn @credentials_arn end |
#description ⇒ ::String
Returns the value of attribute description.
1659 1660 1661 |
# File 'sig/types.rbs', line 1659 def description @description end |
#integration_id ⇒ ::String
Returns the value of attribute integration_id.
1660 1661 1662 |
# File 'sig/types.rbs', line 1660 def integration_id @integration_id end |
#integration_method ⇒ ::String
Returns the value of attribute integration_method.
1661 1662 1663 |
# File 'sig/types.rbs', line 1661 def integration_method @integration_method end |
#integration_response_selection_expression ⇒ ::String
Returns the value of attribute integration_response_selection_expression.
1662 1663 1664 |
# File 'sig/types.rbs', line 1662 def integration_response_selection_expression @integration_response_selection_expression end |
#integration_subtype ⇒ ::String
Returns the value of attribute integration_subtype.
1663 1664 1665 |
# File 'sig/types.rbs', line 1663 def integration_subtype @integration_subtype end |
#integration_type ⇒ "AWS", ...
Returns the value of attribute integration_type.
1664 1665 1666 |
# File 'sig/types.rbs', line 1664 def integration_type @integration_type end |
#integration_uri ⇒ ::String
Returns the value of attribute integration_uri.
1665 1666 1667 |
# File 'sig/types.rbs', line 1665 def integration_uri @integration_uri end |
#passthrough_behavior ⇒ "WHEN_NO_MATCH", ...
Returns the value of attribute passthrough_behavior.
1666 1667 1668 |
# File 'sig/types.rbs', line 1666 def passthrough_behavior @passthrough_behavior end |
#payload_format_version ⇒ ::String
Returns the value of attribute payload_format_version.
1667 1668 1669 |
# File 'sig/types.rbs', line 1667 def payload_format_version @payload_format_version end |
#request_parameters ⇒ ::Hash[::String, ::String]
Returns the value of attribute request_parameters.
1668 1669 1670 |
# File 'sig/types.rbs', line 1668 def request_parameters @request_parameters end |
#request_templates ⇒ ::Hash[::String, ::String]
Returns the value of attribute request_templates.
1670 1671 1672 |
# File 'sig/types.rbs', line 1670 def request_templates @request_templates end |
#response_parameters ⇒ ::Hash[::String, ::Hash[::String, ::String]]
Returns the value of attribute response_parameters.
1669 1670 1671 |
# File 'sig/types.rbs', line 1669 def response_parameters @response_parameters end |
#template_selection_expression ⇒ ::String
Returns the value of attribute template_selection_expression.
1671 1672 1673 |
# File 'sig/types.rbs', line 1671 def template_selection_expression @template_selection_expression end |
#timeout_in_millis ⇒ ::Integer
Returns the value of attribute timeout_in_millis.
1672 1673 1674 |
# File 'sig/types.rbs', line 1672 def timeout_in_millis @timeout_in_millis end |
#tls_config ⇒ Types::TlsConfig
Returns the value of attribute tls_config.
1673 1674 1675 |
# File 'sig/types.rbs', line 1673 def tls_config @tls_config end |