Class: Aws::MWAA::Types::InvokeRestApiResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::MWAA::Types::InvokeRestApiResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mwaa/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[:rest_api_response]
Instance Attribute Summary collapse
-
#rest_api_response ⇒ Hash, ...
The response data from the Apache Airflow REST API call, provided as a JSON object.
-
#rest_api_status_code ⇒ Integer
The HTTP status code returned by the Apache Airflow REST API call.
Instance Attribute Details
#rest_api_response ⇒ Hash, ...
The response data from the Apache Airflow REST API call, provided as a JSON object.
982 983 984 985 986 987 |
# File 'lib/aws-sdk-mwaa/types.rb', line 982 class InvokeRestApiResponse < Struct.new( :rest_api_status_code, :rest_api_response) SENSITIVE = [:rest_api_response] include Aws::Structure end |
#rest_api_status_code ⇒ Integer
The HTTP status code returned by the Apache Airflow REST API call.
982 983 984 985 986 987 |
# File 'lib/aws-sdk-mwaa/types.rb', line 982 class InvokeRestApiResponse < Struct.new( :rest_api_status_code, :rest_api_response) SENSITIVE = [:rest_api_response] include Aws::Structure end |