Class: Aws::Types::InvokeRestApiResponse
- Inherits:
-
Object
- Object
- Aws::Types::InvokeRestApiResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#rest_api_response ⇒ Object
Returns the value of attribute rest_api_response.
-
#rest_api_status_code ⇒ ::Integer
Returns the value of attribute rest_api_status_code.
Instance Attribute Details
#rest_api_response ⇒ Object
Returns the value of attribute rest_api_response.
152 153 154 |
# File 'sig/types.rbs', line 152 def rest_api_response @rest_api_response end |
#rest_api_status_code ⇒ ::Integer
Returns the value of attribute rest_api_status_code.
151 152 153 |
# File 'sig/types.rbs', line 151 def rest_api_status_code @rest_api_status_code end |