Class: Aws::States::Types::HistoryEventExecutionDataDetails

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-states/lib/aws-sdk-states/types.rb

Overview

Provides details about input or output in an execution history event.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#truncatedBoolean

Indicates whether input or output was truncated in the response. Always false for API calls.

Returns:

  • (Boolean)


1846
1847
1848
1849
1850
# File 'gems/aws-sdk-states/lib/aws-sdk-states/types.rb', line 1846

class HistoryEventExecutionDataDetails < Struct.new(
  :truncated)
  SENSITIVE = []
  include Aws::Structure
end