Class: Aws::EC2::Types::LaunchTemplatesMonitoring

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-ec2/types.rb

Overview

Describes the monitoring for the instance.

Instance Attribute Summary collapse

Instance Attribute Details

#enabledBoolean

Indicates whether detailed monitoring is enabled. Otherwise, basic monitoring is enabled.

Returns:

  • (Boolean)


24859
24860
24861
24862
# File 'lib/aws-sdk-ec2/types.rb', line 24859

class LaunchTemplatesMonitoring < Struct.new(
  :enabled)
  include Aws::Structure
end