Class: Aws::States::Types::InspectionDataResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::States::Types::InspectionDataResponse
- Defined in:
- gems/aws-sdk-states/lib/aws-sdk-states/types.rb
Overview
Contains additional details about the state's execution, including
its input and output data processing flow, and HTTP response
information. The inspectionLevel
request parameter specifies which
details are returned.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#body ⇒ String
The HTTP response returned.
-
#headers ⇒ String
The response headers associated with the HTTP response.
-
#protocol ⇒ String
The protocol used to return the HTTP response.
-
#status_code ⇒ String
The HTTP response status code for the HTTP response.
-
#status_message ⇒ String
The message associated with the HTTP status code.
Instance Attribute Details
#body ⇒ String
The HTTP response returned.
2112 2113 2114 2115 2116 2117 2118 2119 2120 |
# File 'gems/aws-sdk-states/lib/aws-sdk-states/types.rb', line 2112 class InspectionDataResponse < Struct.new( :protocol, :status_code, :status_message, :headers, :body) SENSITIVE = [] include Aws::Structure end |
#headers ⇒ String
The response headers associated with the HTTP response.
2112 2113 2114 2115 2116 2117 2118 2119 2120 |
# File 'gems/aws-sdk-states/lib/aws-sdk-states/types.rb', line 2112 class InspectionDataResponse < Struct.new( :protocol, :status_code, :status_message, :headers, :body) SENSITIVE = [] include Aws::Structure end |
#protocol ⇒ String
The protocol used to return the HTTP response.
2112 2113 2114 2115 2116 2117 2118 2119 2120 |
# File 'gems/aws-sdk-states/lib/aws-sdk-states/types.rb', line 2112 class InspectionDataResponse < Struct.new( :protocol, :status_code, :status_message, :headers, :body) SENSITIVE = [] include Aws::Structure end |
#status_code ⇒ String
The HTTP response status code for the HTTP response.
2112 2113 2114 2115 2116 2117 2118 2119 2120 |
# File 'gems/aws-sdk-states/lib/aws-sdk-states/types.rb', line 2112 class InspectionDataResponse < Struct.new( :protocol, :status_code, :status_message, :headers, :body) SENSITIVE = [] include Aws::Structure end |
#status_message ⇒ String
The message associated with the HTTP status code.
2112 2113 2114 2115 2116 2117 2118 2119 2120 |
# File 'gems/aws-sdk-states/lib/aws-sdk-states/types.rb', line 2112 class InspectionDataResponse < Struct.new( :protocol, :status_code, :status_message, :headers, :body) SENSITIVE = [] include Aws::Structure end |