class Aws::AutoScaling::Types::RecordLifecycleActionHeartbeatType

@note When making an API call, you may pass RecordLifecycleActionHeartbeatType

data as a hash:

    {
      lifecycle_hook_name: "AsciiStringMaxLen255", # required
      auto_scaling_group_name: "ResourceName", # required
      lifecycle_action_token: "LifecycleActionToken",
      instance_id: "XmlStringMaxLen19",
    }

@!attribute [rw] lifecycle_hook_name

The name of the lifecycle hook.
@return [String]

@!attribute [rw] auto_scaling_group_name

The name of the Auto Scaling group.
@return [String]

@!attribute [rw] lifecycle_action_token

A token that uniquely identifies a specific lifecycle action
associated with an instance. Amazon EC2 Auto Scaling sends this
token to the notification target that you specified when you created
the lifecycle hook.
@return [String]

@!attribute [rw] instance_id

The ID of the instance.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/autoscaling-2011-01-01/RecordLifecycleActionHeartbeatType AWS API Documentation

Constants

SENSITIVE