Struct rusoto_elasticbeanstalk::ApplyEnvironmentManagedActionResult[][src]

pub struct ApplyEnvironmentManagedActionResult {
    pub action_description: Option<String>,
    pub action_id: Option<String>,
    pub action_type: Option<String>,
    pub status: Option<String>,
}

The result message containing information about the managed action.

Fields

A description of the managed action.

The action ID of the managed action.

The type of managed action.

The status of the managed action.

Trait Implementations

impl Default for ApplyEnvironmentManagedActionResult
[src]

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

impl Debug for ApplyEnvironmentManagedActionResult
[src]

Formats the value using the given formatter. Read more

impl Clone for ApplyEnvironmentManagedActionResult
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for ApplyEnvironmentManagedActionResult
[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