Struct aws_sdk_swf::input::RecordActivityTaskHeartbeatInput
source ·
[−]#[non_exhaustive]pub struct RecordActivityTaskHeartbeatInput {
pub task_token: Option<String>,
pub details: Option<String>,
}Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. } syntax; cannot be matched against without a wildcard ..; and struct update syntax will not work.task_token: Option<String>The taskToken of the ActivityTask.
taskToken is generated by the service and should be treated as an opaque value. If the task is passed to another process, its taskToken must also be passed. This enables it to provide its progress and respond with results.
details: Option<String>If specified, contains details about the progress of the task.
Implementations
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<RecordActivityTaskHeartbeat, AwsErrorRetryPolicy>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<RecordActivityTaskHeartbeat, AwsErrorRetryPolicy>, BuildError>
Consumes the builder and constructs an Operation<RecordActivityTaskHeartbeat>
Creates a new builder-style object to manufacture RecordActivityTaskHeartbeatInput
The taskToken of the ActivityTask.
taskToken is generated by the service and should be treated as an opaque value. If the task is passed to another process, its taskToken must also be passed. This enables it to provide its progress and respond with results.
Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl Send for RecordActivityTaskHeartbeatInput
impl Sync for RecordActivityTaskHeartbeatInput
impl Unpin for RecordActivityTaskHeartbeatInput
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more
