Class: Aws::States::Types::InspectionDataRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::States::Types::InspectionDataRequest
- Includes:
- Aws::Structure
- Defined in:
- 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 request information.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#body ⇒ String
The request body for the HTTP request.
-
#headers ⇒ String
The request headers associated with the HTTP request.
-
#method ⇒ String
The HTTP method used for the HTTP request.
-
#protocol ⇒ String
The protocol used to make the HTTP request.
-
#url ⇒ String
The API endpoint used for the HTTP request.
Instance Attribute Details
#body ⇒ String
The request body for the HTTP request.
2074 2075 2076 2077 2078 2079 2080 2081 2082 |
# File 'lib/aws-sdk-states/types.rb', line 2074 class InspectionDataRequest < Struct.new( :protocol, :method, :url, :headers, :body) SENSITIVE = [] include Aws::Structure end |
#headers ⇒ String
The request headers associated with the HTTP request.
2074 2075 2076 2077 2078 2079 2080 2081 2082 |
# File 'lib/aws-sdk-states/types.rb', line 2074 class InspectionDataRequest < Struct.new( :protocol, :method, :url, :headers, :body) SENSITIVE = [] include Aws::Structure end |
#method ⇒ String
The HTTP method used for the HTTP request.
2074 2075 2076 2077 2078 2079 2080 2081 2082 |
# File 'lib/aws-sdk-states/types.rb', line 2074 class InspectionDataRequest < Struct.new( :protocol, :method, :url, :headers, :body) SENSITIVE = [] include Aws::Structure end |
#protocol ⇒ String
The protocol used to make the HTTP request.
2074 2075 2076 2077 2078 2079 2080 2081 2082 |
# File 'lib/aws-sdk-states/types.rb', line 2074 class InspectionDataRequest < Struct.new( :protocol, :method, :url, :headers, :body) SENSITIVE = [] include Aws::Structure end |
#url ⇒ String
The API endpoint used for the HTTP request.
2074 2075 2076 2077 2078 2079 2080 2081 2082 |
# File 'lib/aws-sdk-states/types.rb', line 2074 class InspectionDataRequest < Struct.new( :protocol, :method, :url, :headers, :body) SENSITIVE = [] include Aws::Structure end |