Struct rusoto_codedeploy::AutoScalingGroup [] [src]

pub struct AutoScalingGroup {
    pub hook: Option<String>,
    pub name: Option<String>,
}

Information about an Auto Scaling group.

Fields

An Auto Scaling lifecycle event hook name.

The Auto Scaling group name.

Trait Implementations

impl Default for AutoScalingGroup
[src]

[src]

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

impl Debug for AutoScalingGroup
[src]

[src]

Formats the value using the given formatter.

impl Clone for AutoScalingGroup
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more