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

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

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

Returns:

  • (Boolean)


45617
45618
45619
45620
45621
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 45617

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