Struct rusoto_autoscaling::RecordLifecycleActionHeartbeatType [] [src]

pub struct RecordLifecycleActionHeartbeatType {
    pub auto_scaling_group_name: ResourceName,
    pub instance_id: Option<XmlStringMaxLen19>,
    pub lifecycle_action_token: Option<LifecycleActionToken>,
    pub lifecycle_hook_name: AsciiStringMaxLen255,
}

Contains the parameters for RecordLifecycleActionHeartbeat.

Fields

The name of the Auto Scaling group for the hook.

The ID of the instance.

A token that uniquely identifies a specific lifecycle action associated with an instance. Auto Scaling sends this token to the notification target you specified when you created the lifecycle hook.

The name of the lifecycle hook.

Trait Implementations

impl Default for RecordLifecycleActionHeartbeatType
[src]

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

impl Debug for RecordLifecycleActionHeartbeatType
[src]

Formats the value using the given formatter.

impl Clone for RecordLifecycleActionHeartbeatType
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more