Class: Aws::Types::CreateIntegrationRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#api_id::String

Returns the value of attribute api_id.

Returns:

  • (::String)


335
336
337
# File 'sig/types.rbs', line 335

def api_id
  @api_id
end

#connection_id::String

Returns the value of attribute connection_id.

Returns:

  • (::String)


336
337
338
# File 'sig/types.rbs', line 336

def connection_id
  @connection_id
end

#connection_type"INTERNET", "VPC_LINK"

Returns the value of attribute connection_type.

Returns:

  • ("INTERNET", "VPC_LINK")


337
338
339
# File 'sig/types.rbs', line 337

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


338
339
340
# File 'sig/types.rbs', line 338

def content_handling_strategy
  @content_handling_strategy
end

#credentials_arn::String

Returns the value of attribute credentials_arn.

Returns:

  • (::String)


339
340
341
# File 'sig/types.rbs', line 339

def credentials_arn
  @credentials_arn
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


340
341
342
# File 'sig/types.rbs', line 340

def description
  @description
end

#integration_method::String

Returns the value of attribute integration_method.

Returns:

  • (::String)


341
342
343
# File 'sig/types.rbs', line 341

def integration_method
  @integration_method
end

#integration_subtype::String

Returns the value of attribute integration_subtype.

Returns:

  • (::String)


342
343
344
# File 'sig/types.rbs', line 342

def integration_subtype
  @integration_subtype
end

#integration_type"AWS", ...

Returns the value of attribute integration_type.

Returns:

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


343
344
345
# File 'sig/types.rbs', line 343

def integration_type
  @integration_type
end

#integration_uri::String

Returns the value of attribute integration_uri.

Returns:

  • (::String)


344
345
346
# File 'sig/types.rbs', line 344

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


345
346
347
# File 'sig/types.rbs', line 345

def passthrough_behavior
  @passthrough_behavior
end

#payload_format_version::String

Returns the value of attribute payload_format_version.

Returns:

  • (::String)


346
347
348
# File 'sig/types.rbs', line 346

def payload_format_version
  @payload_format_version
end

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

Returns the value of attribute request_parameters.

Returns:

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


347
348
349
# File 'sig/types.rbs', line 347

def request_parameters
  @request_parameters
end

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

Returns the value of attribute request_templates.

Returns:

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


349
350
351
# File 'sig/types.rbs', line 349

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


348
349
350
# File 'sig/types.rbs', line 348

def response_parameters
  @response_parameters
end

#template_selection_expression::String

Returns the value of attribute template_selection_expression.

Returns:

  • (::String)


350
351
352
# File 'sig/types.rbs', line 350

def template_selection_expression
  @template_selection_expression
end

#timeout_in_millis::Integer

Returns the value of attribute timeout_in_millis.

Returns:

  • (::Integer)


351
352
353
# File 'sig/types.rbs', line 351

def timeout_in_millis
  @timeout_in_millis
end

#tls_configTypes::TlsConfigInput

Returns the value of attribute tls_config.



352
353
354
# File 'sig/types.rbs', line 352

def tls_config
  @tls_config
end