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)


1948
1949
1950
1951
1952
1953
1954
1955
1956
# File 'lib/aws-sdk-states/types.rb', line 1948

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)


1948
1949
1950
1951
1952
1953
1954
1955
1956
# File 'lib/aws-sdk-states/types.rb', line 1948

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)


1948
1949
1950
1951
1952
1953
1954
1955
1956
# File 'lib/aws-sdk-states/types.rb', line 1948

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)


1948
1949
1950
1951
1952
1953
1954
1955
1956
# File 'lib/aws-sdk-states/types.rb', line 1948

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)


1948
1949
1950
1951
1952
1953
1954
1955
1956
# File 'lib/aws-sdk-states/types.rb', line 1948

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