Class: Aws::States::Types::InspectionDataResponse

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

Instance Attribute Details

#bodyString

The HTTP response returned.

Returns:

  • (String)


2291
2292
2293
2294
2295
2296
2297
2298
2299
# File 'gems/aws-sdk-states/lib/aws-sdk-states/types.rb', line 2291

class InspectionDataResponse < Struct.new(
  :protocol,
  :status_code,
  :status_message,
  :headers,
  :body)
  SENSITIVE = []
  include Aws::Structure
end

#headersString

The response headers associated with the HTTP response.

Returns:

  • (String)


2291
2292
2293
2294
2295
2296
2297
2298
2299
# File 'gems/aws-sdk-states/lib/aws-sdk-states/types.rb', line 2291

class InspectionDataResponse < Struct.new(
  :protocol,
  :status_code,
  :status_message,
  :headers,
  :body)
  SENSITIVE = []
  include Aws::Structure
end

#protocolString

The protocol used to return the HTTP response.

Returns:

  • (String)


2291
2292
2293
2294
2295
2296
2297
2298
2299
# File 'gems/aws-sdk-states/lib/aws-sdk-states/types.rb', line 2291

class InspectionDataResponse < Struct.new(
  :protocol,
  :status_code,
  :status_message,
  :headers,
  :body)
  SENSITIVE = []
  include Aws::Structure
end

#status_codeString

The HTTP response status code for the HTTP response.

Returns:

  • (String)


2291
2292
2293
2294
2295
2296
2297
2298
2299
# File 'gems/aws-sdk-states/lib/aws-sdk-states/types.rb', line 2291

class InspectionDataResponse < Struct.new(
  :protocol,
  :status_code,
  :status_message,
  :headers,
  :body)
  SENSITIVE = []
  include Aws::Structure
end

#status_messageString

The message associated with the HTTP status code.

Returns:

  • (String)


2291
2292
2293
2294
2295
2296
2297
2298
2299
# File 'gems/aws-sdk-states/lib/aws-sdk-states/types.rb', line 2291

class InspectionDataResponse < Struct.new(
  :protocol,
  :status_code,
  :status_message,
  :headers,
  :body)
  SENSITIVE = []
  include Aws::Structure
end