Class: Aws::Types::RecordActivityTaskHeartbeatInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#details::String

Returns the value of attribute details.

Returns:

  • (::String)


664
665
666
# File 'sig/types.rbs', line 664

def details
  @details
end

#task_token::String

Returns the value of attribute task_token.

Returns:

  • (::String)


663
664
665
# File 'sig/types.rbs', line 663

def task_token
  @task_token
end