Class: Aws::Types::GetIntegrationResponseResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#content_handling_strategy"CONVERT_TO_BINARY", "CONVERT_TO_TEXT"

Returns the value of attribute content_handling_strategy.

Returns:

  • ("CONVERT_TO_BINARY", "CONVERT_TO_TEXT")


1221
1222
1223
# File 'sig/types.rbs', line 1221

def content_handling_strategy
  @content_handling_strategy
end

#integration_response_id::String

Returns the value of attribute integration_response_id.

Returns:

  • (::String)


1222
1223
1224
# File 'sig/types.rbs', line 1222

def integration_response_id
  @integration_response_id
end

#integration_response_key::String

Returns the value of attribute integration_response_key.

Returns:

  • (::String)


1223
1224
1225
# File 'sig/types.rbs', line 1223

def integration_response_key
  @integration_response_key
end

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

Returns the value of attribute response_parameters.

Returns:

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


1224
1225
1226
# File 'sig/types.rbs', line 1224

def response_parameters
  @response_parameters
end

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

Returns the value of attribute response_templates.

Returns:

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


1225
1226
1227
# File 'sig/types.rbs', line 1225

def response_templates
  @response_templates
end

#template_selection_expression::String

Returns the value of attribute template_selection_expression.

Returns:

  • (::String)


1226
1227
1228
# File 'sig/types.rbs', line 1226

def template_selection_expression
  @template_selection_expression
end