Class: Aws::EC2::Types::RunInstancesMonitoringEnabled
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::RunInstancesMonitoringEnabled
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ec2/types.rb
Overview
Describes the monitoring of an 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.
63175 63176 63177 63178 63179 |
# File 'lib/aws-sdk-ec2/types.rb', line 63175 class RunInstancesMonitoringEnabled < Struct.new( :enabled) SENSITIVE = [] include Aws::Structure end |