Class: Aws::SecurityHub::Types::AwsAutoScalingLaunchConfigurationInstanceMonitoringDetails

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb

Overview

Information about the type of monitoring for instances in the group.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#enabledBoolean

If set to true, then instances in the group launch with detailed monitoring.

If set to false, then instances in the group launch with basic monitoring.

Returns:

  • (Boolean)


3135
3136
3137
3138
3139
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 3135

class AwsAutoScalingLaunchConfigurationInstanceMonitoringDetails < Struct.new(
  :enabled)
  SENSITIVE = []
  include Aws::Structure
end