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)


23002
23003
23004
23005
# File 'lib/aws-sdk-ec2/types.rb', line 23002

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