Class: Aws::Types::RecordActivityTaskHeartbeatInput
- Inherits:
-
Object
- Object
- Aws::Types::RecordActivityTaskHeartbeatInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#details ⇒ ::String
Returns the value of attribute details.
-
#task_token ⇒ ::String
Returns the value of attribute task_token.
Instance Attribute Details
#details ⇒ ::String
Returns the value of attribute details.
664 665 666 |
# File 'sig/types.rbs', line 664 def details @details end |
#task_token ⇒ ::String
Returns the value of attribute task_token.
663 664 665 |
# File 'sig/types.rbs', line 663 def task_token @task_token end |