Class: Aws::Types::GetActivityTaskOutput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:input])

Instance Attribute Summary collapse

Instance Attribute Details

#input::String

Returns the value of attribute input.

Returns:

  • (::String)


403
404
405
# File 'sig/types.rbs', line 403

def input
  @input
end

#task_token::String

Returns the value of attribute task_token.

Returns:

  • (::String)


402
403
404
# File 'sig/types.rbs', line 402

def task_token
  @task_token
end