Struct rusoto_stepfunctions::DescribeStateMachineInput [] [src]

pub struct DescribeStateMachineInput {
    pub state_machine_arn: Arn,
}

Fields

The Amazon Resource Name (ARN) of the state machine to describe.

Trait Implementations

impl Default for DescribeStateMachineInput
[src]

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

impl Debug for DescribeStateMachineInput
[src]

Formats the value using the given formatter.

impl Clone for DescribeStateMachineInput
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more