Class: Aws::Types::InvokeRestApiRequest
- Inherits:
-
Object
- Object
- Aws::Types::InvokeRestApiRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#body ⇒ Object
Returns the value of attribute body.
-
#method ⇒ "GET", ...
Returns the value of attribute method.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#path ⇒ ::String
Returns the value of attribute path.
-
#query_parameters ⇒ Object
Returns the value of attribute query_parameters.
Instance Attribute Details
#body ⇒ Object
Returns the value of attribute body.
146 147 148 |
# File 'sig/types.rbs', line 146 def body @body end |
#method ⇒ "GET", ...
Returns the value of attribute method.
144 145 146 |
# File 'sig/types.rbs', line 144 def method @method end |
#name ⇒ ::String
Returns the value of attribute name.
142 143 144 |
# File 'sig/types.rbs', line 142 def name @name end |
#path ⇒ ::String
Returns the value of attribute path.
143 144 145 |
# File 'sig/types.rbs', line 143 def path @path end |
#query_parameters ⇒ Object
Returns the value of attribute query_parameters.
145 146 147 |
# File 'sig/types.rbs', line 145 def query_parameters @query_parameters end |