Struct rusoto_events::RunCommandParameters [] [src]

pub struct RunCommandParameters {
    pub run_command_targets: RunCommandTargets,
}

This parameter contains the criteria (either InstanceIds or a tag) used to specify which EC2 instances are to be sent the command.

Fields

Currently, we support including only one RunCommandTarget block, which specifies either an array of InstanceIds or a tag.

Trait Implementations

impl Default for RunCommandParameters
[src]

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

impl Debug for RunCommandParameters
[src]

Formats the value using the given formatter.

impl Clone for RunCommandParameters
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more