Struct rusoto_stepfunctions::StartExecutionOutput [] [src]

pub struct StartExecutionOutput {
    pub execution_arn: String,
    pub start_date: f64,
}

Fields

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

The date the execution was started.

Trait Implementations

impl Default for StartExecutionOutput
[src]

[src]

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

impl Debug for StartExecutionOutput
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for StartExecutionOutput
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations