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

Class: Aws::AutoScaling::Types::InstanceMonitoring

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

Overview

Note:

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

{
  enabled: false,
}

Describes whether detailed monitoring is enabled for the Auto Scaling instances.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#enabledBoolean

If true, detailed monitoring is enabled. Otherwise, basic monitoring is enabled.

Returns:

  • (Boolean)

    If true, detailed monitoring is enabled.