Class: Aws::Types::InvokeRestApiRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:body])

Instance Attribute Summary collapse

Instance Attribute Details

#body ⇒ Object

Returns the value of attribute body.

Returns:

  • (Object)


146
147
148
# File 'sig/types.rbs', line 146

def body
  @body
end

#method ⇒ "GET", ...

Returns the value of attribute method.

Returns:

  • ("GET", "PUT", "POST", "PATCH", "DELETE")


144
145
146
# File 'sig/types.rbs', line 144

def method
  @method
end

#name ⇒ ::String

Returns the value of attribute name.

Returns:

  • (::String)


142
143
144
# File 'sig/types.rbs', line 142

def name
  @name
end

#path ⇒ ::String

Returns the value of attribute path.

Returns:

  • (::String)


143
144
145
# File 'sig/types.rbs', line 143

def path
  @path
end

#query_parameters ⇒ Object

Returns the value of attribute query_parameters.

Returns:

  • (Object)


145
146
147
# File 'sig/types.rbs', line 145

def query_parameters
  @query_parameters
end