Struct rusoto_stepfunctions::UpdateStateMachineInput [] [src]

pub struct UpdateStateMachineInput {
    pub definition: Option<String>,
    pub role_arn: Option<String>,
    pub state_machine_arn: String,
}

Fields

The Amazon States Language definition of the state machine.

The Amazon Resource Name (ARN) of the IAM role of the state machine.

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

Trait Implementations

impl Default for UpdateStateMachineInput
[src]

[src]

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

impl Debug for UpdateStateMachineInput
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for UpdateStateMachineInput
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations