Struct rusoto_stepfunctions::CreateActivityInput [] [src]

pub struct CreateActivityInput {
    pub name: String,
}

Fields

The name of the activity to create. This name must be unique for your AWS account and region for 90 days. For more information, see Limits Related to State Machine Executions in the AWS Step Functions Developer Guide.

A name must not contain:

  • whitespace

  • brackets < > { } [ ]

  • wildcard characters ? *

  • special characters " # % \ ^ | ~ ` $ & , ; : /

  • control characters (U+0000-001F, U+007F-009F)

Trait Implementations

impl Default for CreateActivityInput
[src]

[src]

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

impl Debug for CreateActivityInput
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for CreateActivityInput
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations