Struct rusoto_swf::WorkflowExecutionCount [] [src]

pub struct WorkflowExecutionCount {
    pub count: i64,
    pub truncated: Option<bool>,
}

Contains the count of workflow executions returned from CountOpenWorkflowExecutions or CountClosedWorkflowExecutions

Fields

The number of workflow executions.

If set to true, indicates that the actual count was more than the maximum supported by this API and the count returned is the truncated value.

Trait Implementations

impl Default for WorkflowExecutionCount
[src]

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

impl Debug for WorkflowExecutionCount
[src]

Formats the value using the given formatter.

impl Clone for WorkflowExecutionCount
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more