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

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

Overview

Describes the monitoring for the instance.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#enabledBoolean

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

Returns:

  • (Boolean)


45501
45502
45503
45504
45505
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 45501

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