Struct rusoto_opsworks::ShutdownEventConfiguration[][src]

pub struct ShutdownEventConfiguration {
    pub delay_until_elb_connections_drained: Option<bool>,
    pub execution_timeout: Option<i64>,
}

The Shutdown event configuration.

Fields

Whether to enable Elastic Load Balancing connection draining. For more information, see Connection Draining

The time, in seconds, that AWS OpsWorks Stacks will wait after triggering a Shutdown event before shutting down an instance.

Trait Implementations

impl Default for ShutdownEventConfiguration
[src]

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

impl Debug for ShutdownEventConfiguration
[src]

Formats the value using the given formatter. Read more

impl Clone for ShutdownEventConfiguration
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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