Class: Aws::States::Types::InspectionDataRequest

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#bodyString

The request body for the HTTP request.

Returns:

  • (String)


2254
2255
2256
2257
2258
2259
2260
2261
2262
# File 'lib/aws-sdk-states/types.rb', line 2254

class InspectionDataRequest < Struct.new(
  :protocol,
  :method,
  :url,
  :headers,
  :body)
  SENSITIVE = []
  include Aws::Structure
end

#headersString

The request headers associated with the HTTP request.

Returns:

  • (String)


2254
2255
2256
2257
2258
2259
2260
2261
2262
# File 'lib/aws-sdk-states/types.rb', line 2254

class InspectionDataRequest < Struct.new(
  :protocol,
  :method,
  :url,
  :headers,
  :body)
  SENSITIVE = []
  include Aws::Structure
end

#methodString

The HTTP method used for the HTTP request.

Returns:

  • (String)


2254
2255
2256
2257
2258
2259
2260
2261
2262
# File 'lib/aws-sdk-states/types.rb', line 2254

class InspectionDataRequest < Struct.new(
  :protocol,
  :method,
  :url,
  :headers,
  :body)
  SENSITIVE = []
  include Aws::Structure
end

#protocolString

The protocol used to make the HTTP request.

Returns:

  • (String)


2254
2255
2256
2257
2258
2259
2260
2261
2262
# File 'lib/aws-sdk-states/types.rb', line 2254

class InspectionDataRequest < Struct.new(
  :protocol,
  :method,
  :url,
  :headers,
  :body)
  SENSITIVE = []
  include Aws::Structure
end

#urlString

The API endpoint used for the HTTP request.

Returns:

  • (String)


2254
2255
2256
2257
2258
2259
2260
2261
2262
# File 'lib/aws-sdk-states/types.rb', line 2254

class InspectionDataRequest < Struct.new(
  :protocol,
  :method,
  :url,
  :headers,
  :body)
  SENSITIVE = []
  include Aws::Structure
end