Class: Aws::Types::GetIntegrationResult

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#api_gateway_managedBoolean

Returns the value of attribute api_gateway_managed.

Returns:

  • (Boolean)


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.

Returns:

  • (::String)


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.

Returns:

  • ("INTERNET", "VPC_LINK")


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.

Returns:

  • ("CONVERT_TO_BINARY", "CONVERT_TO_TEXT")


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.

Returns:

  • (::String)


1194
1195
1196
# File 'sig/types.rbs', line 1194

def credentials_arn
  @credentials_arn
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


1195
1196
1197
# File 'sig/types.rbs', line 1195

def description
  @description
end

#integration_id::String

Returns the value of attribute integration_id.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

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


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.

Returns:

  • (::String)


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.

Returns:

  • ("WHEN_NO_MATCH", "NEVER", "WHEN_NO_TEMPLATES")


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.

Returns:

  • (::String)


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.

Returns:

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


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.

Returns:

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


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.

Returns:

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


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.

Returns:

  • (::String)


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.

Returns:

  • (::Integer)


1208
1209
1210
# File 'sig/types.rbs', line 1208

def timeout_in_millis
  @timeout_in_millis
end

#tls_configTypes::TlsConfig

Returns the value of attribute tls_config.

Returns:



1209
1210
1211
# File 'sig/types.rbs', line 1209

def tls_config
  @tls_config
end