Class: Aws::Types::ActivityTask

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#activity_id::String

Returns the value of attribute activity_id.

Returns:

  • (::String)


13
14
15
# File 'sig/types.rbs', line 13

def activity_id
  @activity_id
end

#activity_typeTypes::ActivityType

Returns the value of attribute activity_type.

Returns:



16
17
18
# File 'sig/types.rbs', line 16

def activity_type
  @activity_type
end

#input::String

Returns the value of attribute input.

Returns:

  • (::String)


17
18
19
# File 'sig/types.rbs', line 17

def input
  @input
end

#started_event_id::Integer

Returns the value of attribute started_event_id.

Returns:

  • (::Integer)


14
15
16
# File 'sig/types.rbs', line 14

def started_event_id
  @started_event_id
end

#task_token::String

Returns the value of attribute task_token.

Returns:

  • (::String)


12
13
14
# File 'sig/types.rbs', line 12

def task_token
  @task_token
end

#workflow_executionTypes::WorkflowExecution

Returns the value of attribute workflow_execution.



15
16
17
# File 'sig/types.rbs', line 15

def workflow_execution
  @workflow_execution
end