Class: Aws::Types::CreateIntegrationResponseRequest

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)


390
391
392
# File 'sig/types.rbs', line 390

def api_id
  @api_id
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")


391
392
393
# File 'sig/types.rbs', line 391

def content_handling_strategy
  @content_handling_strategy
end

#integration_id::String

Returns the value of attribute integration_id.

Returns:

  • (::String)


392
393
394
# File 'sig/types.rbs', line 392

def integration_id
  @integration_id
end

#integration_response_key::String

Returns the value of attribute integration_response_key.

Returns:

  • (::String)


393
394
395
# File 'sig/types.rbs', line 393

def integration_response_key
  @integration_response_key
end

#response_parameters::Hash[::String, ::String]

Returns the value of attribute response_parameters.

Returns:

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


394
395
396
# File 'sig/types.rbs', line 394

def response_parameters
  @response_parameters
end

#response_templates::Hash[::String, ::String]

Returns the value of attribute response_templates.

Returns:

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


395
396
397
# File 'sig/types.rbs', line 395

def response_templates
  @response_templates
end

#template_selection_expression::String

Returns the value of attribute template_selection_expression.

Returns:

  • (::String)


396
397
398
# File 'sig/types.rbs', line 396

def template_selection_expression
  @template_selection_expression
end