Class: Aws::Types::PutIntegrationRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#cache_key_parameters::Array[::String]

Returns the value of attribute cache_key_parameters.

Returns:

  • (::Array[::String])


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • ("INTERNET", "VPC_LINK")


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.

Returns:

  • ("CONVERT_TO_BINARY", "CONVERT_TO_TEXT")


1070
1071
1072
# File 'sig/types.rbs', line 1070

def content_handling
  @content_handling
end

#credentials::String

Returns the value of attribute credentials.

Returns:

  • (::String)


1064
1065
1066
# File 'sig/types.rbs', line 1064

def credentials
  @credentials
end

#http_method::String

Returns the value of attribute http_method.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::Hash[::String, ::String])


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.

Returns:

  • (::Hash[::String, ::String])


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.

Returns:

  • (::String)


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.

Returns:

  • ("BUFFERED", "STREAM")


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.

Returns:

  • (::String)


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.

Returns:

  • (::Integer)


1071
1072
1073
# File 'sig/types.rbs', line 1071

def timeout_in_millis
  @timeout_in_millis
end

#tls_configTypes::TlsConfig

Returns the value of attribute tls_config.

Returns:



1072
1073
1074
# File 'sig/types.rbs', line 1072

def tls_config
  @tls_config
end

#type"HTTP", ...

Returns the value of attribute type.

Returns:

  • ("HTTP", "AWS", "MOCK", "HTTP_PROXY", "AWS_PROXY")


1059
1060
1061
# File 'sig/types.rbs', line 1059

def type
  @type
end

#uri::String

Returns the value of attribute uri.

Returns:

  • (::String)


1061
1062
1063
# File 'sig/types.rbs', line 1061

def uri
  @uri
end