You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::AutoScaling::Types::CompleteLifecycleActionType

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing CompleteLifecycleActionType as input to an Aws::Client method, you can use a vanilla Hash:

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

Instance Attribute Summary collapse

Instance Attribute Details

#auto_scaling_group_nameString

The name of the Auto Scaling group.

Returns:

  • (String)

    The name of the Auto Scaling group.

#instance_idString

The ID of the instance.

Returns:

  • (String)

    The ID of the instance.

#lifecycle_action_resultString

The action for the group to take. This parameter can be either CONTINUE or ABANDON.

Returns:

  • (String)

    The action for the group to take.

#lifecycle_action_tokenString

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.

Returns:

  • (String)

    A universally unique identifier (UUID) that identifies a specific lifecycle action associated with an instance.

#lifecycle_hook_nameString

The name of the lifecycle hook.

Returns:

  • (String)

    The name of the lifecycle hook.