Class: Aws::Types::IntegrationResponse

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


953
954
955
# File 'sig/types.rbs', line 953

def content_handling
  @content_handling
end

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

Returns the value of attribute response_parameters.

Returns:

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


951
952
953
# File 'sig/types.rbs', line 951

def response_parameters
  @response_parameters
end

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

Returns the value of attribute response_templates.

Returns:

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


952
953
954
# File 'sig/types.rbs', line 952

def response_templates
  @response_templates
end

#selection_pattern::String

Returns the value of attribute selection_pattern.

Returns:

  • (::String)


950
951
952
# File 'sig/types.rbs', line 950

def selection_pattern
  @selection_pattern
end

#status_code::String

Returns the value of attribute status_code.

Returns:

  • (::String)


949
950
951
# File 'sig/types.rbs', line 949

def status_code
  @status_code
end