Struct rusoto_elasticbeanstalk::ApplyEnvironmentManagedActionRequest[][src]

pub struct ApplyEnvironmentManagedActionRequest {
    pub action_id: String,
    pub environment_id: Option<String>,
    pub environment_name: Option<String>,
}

Request to execute a scheduled managed action immediately.

Fields

The action ID of the scheduled managed action to execute.

The environment ID of the target environment.

The name of the target environment.

Trait Implementations

impl Default for ApplyEnvironmentManagedActionRequest
[src]

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

impl Debug for ApplyEnvironmentManagedActionRequest
[src]

Formats the value using the given formatter. Read more

impl Clone for ApplyEnvironmentManagedActionRequest
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for ApplyEnvironmentManagedActionRequest
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations