Class: Aws::EC2::Types::LaunchTemplatesMonitoringRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::LaunchTemplatesMonitoringRequest
- 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
-
#enabled ⇒ Boolean
Specify
true
to enable detailed monitoring.
Instance Attribute Details
#enabled ⇒ Boolean
Specify true
to enable detailed monitoring. Otherwise, basic
monitoring is enabled.
46351 46352 46353 46354 46355 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 46351 class LaunchTemplatesMonitoringRequest < Struct.new( :enabled) SENSITIVE = [] include Aws::Structure end |