class Aws::SecurityHub::Types::AwsAutoScalingAutoScalingGroupDetails

Provides details about an auto scaling group.

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

data as a hash:

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

@!attribute [rw] launch_configuration_name

The name of the launch configuration.
@return [String]

@!attribute [rw] load_balancer_names

The list of load balancers associated with the group.
@return [Array<String>]

@!attribute [rw] health_check_type

The service to use for the health checks.
@return [String]

@!attribute [rw] health_check_grace_period

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.
@return [Integer]

@!attribute [rw] created_time

Indicates when the auto scaling group was created.

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

[1]: https://tools.ietf.org/html/rfc3339#section-5.6
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/securityhub-2018-10-26/AwsAutoScalingAutoScalingGroupDetails AWS API Documentation

Constants

SENSITIVE