Class: Aws::Types::AwsServiceRequestConfiguration

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)


115
116
117
# File 'sig/types.rbs', line 115

def body
  @body
end

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

Returns the value of attribute headers.

Returns:

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


116
117
118
# File 'sig/types.rbs', line 116

def headers
  @headers
end

#method_type"GET", "POST"

Returns the value of attribute method_type.

Returns:

  • ("GET", "POST")


112
113
114
# File 'sig/types.rbs', line 112

def method_type
  @method_type
end

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

Returns the value of attribute output.

Returns:

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


111
112
113
# File 'sig/types.rbs', line 111

def output
  @output
end

#request_timeout_milliseconds::Integer

Returns the value of attribute request_timeout_milliseconds.

Returns:

  • (::Integer)


113
114
115
# File 'sig/types.rbs', line 113

def request_timeout_milliseconds
  @request_timeout_milliseconds
end

#runtime"JSONATA"

Returns the value of attribute runtime.

Returns:

  • ("JSONATA")


110
111
112
# File 'sig/types.rbs', line 110

def runtime
  @runtime
end

#target_region::String

Returns the value of attribute target_region.

Returns:

  • (::String)


118
119
120
# File 'sig/types.rbs', line 118

def target_region
  @target_region
end

#target_service::String

Returns the value of attribute target_service.

Returns:

  • (::String)


117
118
119
# File 'sig/types.rbs', line 117

def target_service
  @target_service
end

#url::String

Returns the value of attribute url.

Returns:

  • (::String)


114
115
116
# File 'sig/types.rbs', line 114

def url
  @url
end