Class: Aws::EC2::Types::LaunchTemplatesMonitoringRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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

Specify true to enable detailed monitoring. Otherwise, basic monitoring is enabled.

Returns:

  • (Boolean)


59910
59911
59912
59913
59914
# File 'lib/aws-sdk-ec2/types.rb', line 59910

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