Struct rusoto_autoscaling::DeleteLifecycleHookType [] [src]

pub struct DeleteLifecycleHookType {
    pub auto_scaling_group_name: String,
    pub lifecycle_hook_name: String,
}

Contains the parameters for DeleteLifecycleHook.

Fields

The name of the Auto Scaling group for the lifecycle hook.

The name of the lifecycle hook.

Trait Implementations

impl Default for DeleteLifecycleHookType
[src]

[src]

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

impl Debug for DeleteLifecycleHookType
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for DeleteLifecycleHookType
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations