class Aws::AutoScaling::Types::CompleteLifecycleActionType

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

data as a hash:

    {
      lifecycle_hook_name: "AsciiStringMaxLen255", # required
      auto_scaling_group_name: "ResourceName", # required
      lifecycle_action_token: "LifecycleActionToken",
      lifecycle_action_result: "LifecycleActionResult", # required
      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 universally unique identifier (UUID) that identifies a specific
lifecycle action associated with an instance. Amazon EC2 Auto
Scaling sends this token to the notification target you specified
when you created the lifecycle hook.
@return [String]

@!attribute [rw] lifecycle_action_result

The action for the group to take. This parameter can be either
`CONTINUE` or `ABANDON`.
@return [String]

@!attribute [rw] instance_id

The ID of the instance.
@return [String]

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

Constants

SENSITIVE