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

Class: Aws::SecurityHub::Types::AwsAutoScalingAutoScalingGroupDetails

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

Overview

Note:

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

{
  launch_configuration_name: "NonEmptyString",
  load_balancer_names: ["NonEmptyString"],
  health_check_type: "NonEmptyString",
  health_check_grace_period: 1,
  created_time: "NonEmptyString",
}

Provides details about an auto scaling group.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#created_timeString

Indicates when the auto scaling group was created.

Uses the date-time format specified in RFC 3339 section 5.6, Internet Date/Time Format. The value cannot contain spaces. For example, 2020-03-22T13:22:13.933Z.

Returns:

  • (String)

    Indicates when the auto scaling group was created.

#health_check_grace_periodInteger

The amount of time, in seconds, that Amazon EC2 Auto Scaling waits before it checks the health status of an EC2 instance that has come into service.

Returns:

  • (Integer)

    The amount of time, in seconds, that Amazon EC2 Auto Scaling waits before it checks the health status of an EC2 instance that has come into service.

#health_check_typeString

The service to use for the health checks.

Returns:

  • (String)

    The service to use for the health checks.

#launch_configuration_nameString

The name of the launch configuration.

Returns:

  • (String)

    The name of the launch configuration.

#load_balancer_namesArray<String>

The list of load balancers associated with the group.

Returns:

  • (Array<String>)

    The list of load balancers associated with the group.