Struct rusoto_stepfunctions::GetActivityTaskInput [−][src]
Fields
activity_arn: String
The Amazon Resource Name (ARN) of the activity to retrieve tasks from (assigned when you create the task using CreateActivity.)
worker_name: Option<String>
You can provide an arbitrary name in order to identify the worker that the task is assigned to. This name is used when it is logged in the execution history.
Trait Implementations
impl Default for GetActivityTaskInput
[src]
impl Default for GetActivityTaskInput
fn default() -> GetActivityTaskInput
[src]
fn default() -> GetActivityTaskInput
Returns the "default value" for a type. Read more
impl Debug for GetActivityTaskInput
[src]
impl Debug for GetActivityTaskInput
fn fmt(&self, f: &mut Formatter) -> Result
[src]
fn fmt(&self, f: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl Clone for GetActivityTaskInput
[src]
impl Clone for GetActivityTaskInput
fn clone(&self) -> GetActivityTaskInput
[src]
fn clone(&self) -> GetActivityTaskInput
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
fn clone_from(&mut self, source: &Self)
1.0.0
[src]Performs copy-assignment from source
. Read more
impl PartialEq for GetActivityTaskInput
[src]
impl PartialEq for GetActivityTaskInput
fn eq(&self, other: &GetActivityTaskInput) -> bool
[src]
fn eq(&self, other: &GetActivityTaskInput) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, other: &GetActivityTaskInput) -> bool
[src]
fn ne(&self, other: &GetActivityTaskInput) -> bool
This method tests for !=
.
Auto Trait Implementations
impl Send for GetActivityTaskInput
impl Send for GetActivityTaskInput
impl Sync for GetActivityTaskInput
impl Sync for GetActivityTaskInput