Struct rusoto_stepfunctions::DescribeExecutionOutput [] [src]

pub struct DescribeExecutionOutput {
    pub execution_arn: Arn,
    pub input: Data,
    pub name: Option<Name>,
    pub output: Option<Data>,
    pub start_date: Timestamp,
    pub state_machine_arn: Arn,
    pub status: ExecutionStatus,
    pub stop_date: Option<Timestamp>,
}

Fields

The Amazon Resource Name (ARN) that identifies the execution.

The JSON input data of the execution.

The name of the execution.

The JSON output data of the execution.

The date the execution was started.

The Amazon Resource Name (ARN) of the executed stated machine.

The current status of the execution.

If the execution has already ended, the date the execution stopped.

Trait Implementations

impl Default for DescribeExecutionOutput
[src]

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

impl Debug for DescribeExecutionOutput
[src]

Formats the value using the given formatter.

impl Clone for DescribeExecutionOutput
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more