Class: Aws::States::Types::ActivityScheduledEventDetails

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

Overview

Contains details about an activity scheduled during an execution.

Constant Summary collapse

SENSITIVE =
[:input]

Instance Attribute Summary collapse

Instance Attribute Details

#heartbeat_in_secondsInteger

The maximum allowed duration between two heartbeats for the activity task.

Returns:

  • (Integer)


144
145
146
147
148
149
150
151
152
# File 'gems/aws-sdk-states/lib/aws-sdk-states/types.rb', line 144

class ActivityScheduledEventDetails < Struct.new(
  :resource,
  :input,
  :input_details,
  :timeout_in_seconds,
  :heartbeat_in_seconds)
  SENSITIVE = [:input]
  include Aws::Structure
end

#inputString

The JSON data input to the activity task. Length constraints apply to the payload size, and are expressed as bytes in UTF-8 encoding.

Returns:

  • (String)


144
145
146
147
148
149
150
151
152
# File 'gems/aws-sdk-states/lib/aws-sdk-states/types.rb', line 144

class ActivityScheduledEventDetails < Struct.new(
  :resource,
  :input,
  :input_details,
  :timeout_in_seconds,
  :heartbeat_in_seconds)
  SENSITIVE = [:input]
  include Aws::Structure
end

#input_detailsTypes::HistoryEventExecutionDataDetails

Contains details about the input for an execution history event.



144
145
146
147
148
149
150
151
152
# File 'gems/aws-sdk-states/lib/aws-sdk-states/types.rb', line 144

class ActivityScheduledEventDetails < Struct.new(
  :resource,
  :input,
  :input_details,
  :timeout_in_seconds,
  :heartbeat_in_seconds)
  SENSITIVE = [:input]
  include Aws::Structure
end

#resourceString

The Amazon Resource Name (ARN) of the scheduled activity.

Returns:

  • (String)


144
145
146
147
148
149
150
151
152
# File 'gems/aws-sdk-states/lib/aws-sdk-states/types.rb', line 144

class ActivityScheduledEventDetails < Struct.new(
  :resource,
  :input,
  :input_details,
  :timeout_in_seconds,
  :heartbeat_in_seconds)
  SENSITIVE = [:input]
  include Aws::Structure
end

#timeout_in_secondsInteger

The maximum allowed duration of the activity task.

Returns:

  • (Integer)


144
145
146
147
148
149
150
151
152
# File 'gems/aws-sdk-states/lib/aws-sdk-states/types.rb', line 144

class ActivityScheduledEventDetails < Struct.new(
  :resource,
  :input,
  :input_details,
  :timeout_in_seconds,
  :heartbeat_in_seconds)
  SENSITIVE = [:input]
  include Aws::Structure
end