Struct rusoto_events::EcsParameters [] [src]

pub struct EcsParameters {
    pub task_count: Option<i64>,
    pub task_definition_arn: String,
}

The custom parameters to be used when the target is an Amazon ECS cluster.

Fields

The number of tasks to create based on the TaskDefinition. The default is one.

The ARN of the task definition to use if the event target is an Amazon ECS cluster.

Trait Implementations

impl Default for EcsParameters
[src]

[src]

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

impl Debug for EcsParameters
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for EcsParameters
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for EcsParameters

impl Sync for EcsParameters