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:

  • (::String)


694
695
696
# File 'sig/types.rbs', line 694

def body
  @body
end

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

Returns the value of attribute headers.

Returns:

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


695
696
697
# File 'sig/types.rbs', line 695

def headers
  @headers
end

#method_type"GET", "POST"

Returns the value of attribute method_type.

Returns:

  • ("GET", "POST")


691
692
693
# File 'sig/types.rbs', line 691

def method_type
  @method_type
end

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

Returns the value of attribute output.

Returns:

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


690
691
692
# File 'sig/types.rbs', line 690

def output
  @output
end

#request_timeout_milliseconds::Integer

Returns the value of attribute request_timeout_milliseconds.

Returns:

  • (::Integer)


692
693
694
# File 'sig/types.rbs', line 692

def request_timeout_milliseconds
  @request_timeout_milliseconds
end

#runtime"JSONATA"

Returns the value of attribute runtime.

Returns:

  • ("JSONATA")


689
690
691
# File 'sig/types.rbs', line 689

def runtime
  @runtime
end

#url::String

Returns the value of attribute url.

Returns:

  • (::String)


693
694
695
# File 'sig/types.rbs', line 693

def url
  @url
end