Class: Aws::Types::GetActivityTaskInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#activity_arn::String

Returns the value of attribute activity_arn.

Returns:

  • (::String)


396
397
398
# File 'sig/types.rbs', line 396

def activity_arn
  @activity_arn
end

#worker_name::String

Returns the value of attribute worker_name.

Returns:

  • (::String)


397
398
399
# File 'sig/types.rbs', line 397

def worker_name
  @worker_name
end