Class: Aws::EC2::Types::LaunchTemplatesMonitoring
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::LaunchTemplatesMonitoring
- 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
-
#enabled ⇒ Boolean
Indicates whether detailed monitoring is enabled.
Instance Attribute Details
#enabled ⇒ Boolean
Indicates whether detailed monitoring is enabled. Otherwise, basic monitoring is enabled.
49025 49026 49027 49028 49029 |
# File 'lib/aws-sdk-ec2/types.rb', line 49025 class LaunchTemplatesMonitoring < Struct.new( :enabled) SENSITIVE = [] include Aws::Structure end |