Struct rusoto_swf::CountPendingActivityTasksInput [] [src]

pub struct CountPendingActivityTasksInput {
    pub domain: String,
    pub task_list: TaskList,
}

Fields

The name of the domain that contains the task list.

The name of the task list.

Trait Implementations

impl Default for CountPendingActivityTasksInput
[src]

Returns the "default value" for a type. Read more

impl Debug for CountPendingActivityTasksInput
[src]

Formats the value using the given formatter.

impl Clone for CountPendingActivityTasksInput
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more