pub struct SendTaskHeartbeatInput {
pub task_token: String,
}
Fields§
§task_token: String
The token that represents this task. Task tokens are generated by Step Functions when tasks are assigned to a worker, or in the context object when a workflow enters a task state. See GetActivityTaskOutput$taskToken.
Trait Implementations§
Source§impl Clone for SendTaskHeartbeatInput
impl Clone for SendTaskHeartbeatInput
Source§fn clone(&self) -> SendTaskHeartbeatInput
fn clone(&self) -> SendTaskHeartbeatInput
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for SendTaskHeartbeatInput
impl Debug for SendTaskHeartbeatInput
Source§impl Default for SendTaskHeartbeatInput
impl Default for SendTaskHeartbeatInput
Source§fn default() -> SendTaskHeartbeatInput
fn default() -> SendTaskHeartbeatInput
Returns the “default value” for a type. Read more
Source§impl PartialEq for SendTaskHeartbeatInput
impl PartialEq for SendTaskHeartbeatInput
Source§impl Serialize for SendTaskHeartbeatInput
impl Serialize for SendTaskHeartbeatInput
impl StructuralPartialEq for SendTaskHeartbeatInput
Auto Trait Implementations§
impl Freeze for SendTaskHeartbeatInput
impl RefUnwindSafe for SendTaskHeartbeatInput
impl Send for SendTaskHeartbeatInput
impl Sync for SendTaskHeartbeatInput
impl Unpin for SendTaskHeartbeatInput
impl UnwindSafe for SendTaskHeartbeatInput
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more