Class: Aws::Types::HttpRequestConfiguration

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#body::String

Returns the value of attribute body.

Returns:



712
713
714
# File 'sig/types.rbs', line 712

def body
  @body
end

#headers::Hash[::String, ::String]

Returns the value of attribute headers.

Returns:



713
714
715
# File 'sig/types.rbs', line 713

def headers
  @headers
end

#method_type"GET", "POST"

Returns the value of attribute method_type.

Returns:



709
710
711
# File 'sig/types.rbs', line 709

def method_type
  @method_type
end

#output::Hash[::String, ::String]

Returns the value of attribute output.

Returns:



708
709
710
# File 'sig/types.rbs', line 708

def output
  @output
end

#request_timeout_milliseconds::Integer

Returns the value of attribute request_timeout_milliseconds.

Returns:



710
711
712
# File 'sig/types.rbs', line 710

def request_timeout_milliseconds
  @request_timeout_milliseconds
end

#runtime"JSONATA"

Returns the value of attribute runtime.

Returns:



707
708
709
# File 'sig/types.rbs', line 707

def runtime
  @runtime
end

#url::String

Returns the value of attribute url.

Returns:



711
712
713
# File 'sig/types.rbs', line 711

def url
  @url
end