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)


24685
24686
24687
24688
# File 'lib/aws-sdk-ec2/types.rb', line 24685

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