Class: Aws::Types::PutIntegrationResponseRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#content_handling"CONVERT_TO_BINARY", "CONVERT_TO_TEXT"

Returns the value of attribute content_handling.

Returns:

  • ("CONVERT_TO_BINARY", "CONVERT_TO_TEXT")


1086
1087
1088
# File 'sig/types.rbs', line 1086

def content_handling
  @content_handling
end

#http_method::String

Returns the value of attribute http_method.

Returns:

  • (::String)


1081
1082
1083
# File 'sig/types.rbs', line 1081

def http_method
  @http_method
end

#resource_id::String

Returns the value of attribute resource_id.

Returns:

  • (::String)


1080
1081
1082
# File 'sig/types.rbs', line 1080

def resource_id
  @resource_id
end

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

Returns the value of attribute response_parameters.

Returns:

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


1084
1085
1086
# File 'sig/types.rbs', line 1084

def response_parameters
  @response_parameters
end

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

Returns the value of attribute response_templates.

Returns:

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


1085
1086
1087
# File 'sig/types.rbs', line 1085

def response_templates
  @response_templates
end

#rest_api_id::String

Returns the value of attribute rest_api_id.

Returns:

  • (::String)


1079
1080
1081
# File 'sig/types.rbs', line 1079

def rest_api_id
  @rest_api_id
end

#selection_pattern::String

Returns the value of attribute selection_pattern.

Returns:

  • (::String)


1083
1084
1085
# File 'sig/types.rbs', line 1083

def selection_pattern
  @selection_pattern
end

#status_code::String

Returns the value of attribute status_code.

Returns:

  • (::String)


1082
1083
1084
# File 'sig/types.rbs', line 1082

def status_code
  @status_code
end