Struct rusoto_autoscaling::DescribeLifecycleHooksType [] [src]

pub struct DescribeLifecycleHooksType {
    pub auto_scaling_group_name: String,
    pub lifecycle_hook_names: Option<Vec<String>>,
}

Contains the parameters for DescribeLifecycleHooks.

Fields

The name of the group.

The names of one or more lifecycle hooks. If you omit this parameter, all lifecycle hooks are described.

Trait Implementations

impl Default for DescribeLifecycleHooksType
[src]

[src]

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

impl Debug for DescribeLifecycleHooksType
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for DescribeLifecycleHooksType
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations