Class: Aws::Types::UpdateIntegrationResult

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)


2401
2402
2403
# File 'sig/types.rbs', line 2401

def api_gateway_managed
  @api_gateway_managed
end

#connection_id::String

Returns the value of attribute connection_id.

Returns:

  • (::String)


2402
2403
2404
# File 'sig/types.rbs', line 2402

def connection_id
  @connection_id
end

#connection_type"INTERNET", "VPC_LINK"

Returns the value of attribute connection_type.

Returns:

  • ("INTERNET", "VPC_LINK")


2403
2404
2405
# File 'sig/types.rbs', line 2403

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")


2404
2405
2406
# File 'sig/types.rbs', line 2404

def content_handling_strategy
  @content_handling_strategy
end

#credentials_arn::String

Returns the value of attribute credentials_arn.

Returns:

  • (::String)


2405
2406
2407
# File 'sig/types.rbs', line 2405

def credentials_arn
  @credentials_arn
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


2406
2407
2408
# File 'sig/types.rbs', line 2406

def description
  @description
end

#integration_id::String

Returns the value of attribute integration_id.

Returns:

  • (::String)


2407
2408
2409
# File 'sig/types.rbs', line 2407

def integration_id
  @integration_id
end

#integration_method::String

Returns the value of attribute integration_method.

Returns:

  • (::String)


2408
2409
2410
# File 'sig/types.rbs', line 2408

def integration_method
  @integration_method
end

#integration_response_selection_expression::String

Returns the value of attribute integration_response_selection_expression.

Returns:

  • (::String)


2409
2410
2411
# File 'sig/types.rbs', line 2409

def integration_response_selection_expression
  @integration_response_selection_expression
end

#integration_subtype::String

Returns the value of attribute integration_subtype.

Returns:

  • (::String)


2410
2411
2412
# File 'sig/types.rbs', line 2410

def integration_subtype
  @integration_subtype
end

#integration_type"AWS", ...

Returns the value of attribute integration_type.

Returns:

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


2411
2412
2413
# File 'sig/types.rbs', line 2411

def integration_type
  @integration_type
end

#integration_uri::String

Returns the value of attribute integration_uri.

Returns:

  • (::String)


2412
2413
2414
# File 'sig/types.rbs', line 2412

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")


2413
2414
2415
# File 'sig/types.rbs', line 2413

def passthrough_behavior
  @passthrough_behavior
end

#payload_format_version::String

Returns the value of attribute payload_format_version.

Returns:

  • (::String)


2414
2415
2416
# File 'sig/types.rbs', line 2414

def payload_format_version
  @payload_format_version
end

#request_parameters::Hash[::String, ::String]

Returns the value of attribute request_parameters.

Returns:

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


2415
2416
2417
# File 'sig/types.rbs', line 2415

def request_parameters
  @request_parameters
end

#request_templates::Hash[::String, ::String]

Returns the value of attribute request_templates.

Returns:

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


2417
2418
2419
# File 'sig/types.rbs', line 2417

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]])


2416
2417
2418
# File 'sig/types.rbs', line 2416

def response_parameters
  @response_parameters
end

#template_selection_expression::String

Returns the value of attribute template_selection_expression.

Returns:

  • (::String)


2418
2419
2420
# File 'sig/types.rbs', line 2418

def template_selection_expression
  @template_selection_expression
end

#timeout_in_millis::Integer

Returns the value of attribute timeout_in_millis.

Returns:

  • (::Integer)


2419
2420
2421
# File 'sig/types.rbs', line 2419

def timeout_in_millis
  @timeout_in_millis
end

#tls_configTypes::TlsConfig

Returns the value of attribute tls_config.

Returns:



2420
2421
2422
# File 'sig/types.rbs', line 2420

def tls_config
  @tls_config
end