Class: Aws::States::Types::AssignedVariablesDetails

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

Overview

Provides details about assigned variables in an execution history event.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#truncatedBoolean

Indicates whether assigned variables were truncated in the response. Always ‘false` for API calls. In CloudWatch logs, the value will be true if the data is truncated due to size limits.

Returns:

  • (Boolean)


248
249
250
251
252
# File 'lib/aws-sdk-states/types.rb', line 248

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