Class: Aws::SecurityHub::Types::AwsEc2LaunchTemplateDataMonitoringDetails

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

Overview

The monitoring for an Amazon EC2 instance.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#enabledBoolean

Enables detailed monitoring when true is specified. Otherwise, basic monitoring is enabled. For more information about detailed monitoring, see Enable or turn off detailed monitoring for your instances in the Amazon EC2 User Guide.

Returns:

  • (Boolean)


7828
7829
7830
7831
7832
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 7828

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