Class: Aws::EC2::Types::ScheduledInstancesMonitoring
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::ScheduledInstancesMonitoring
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ec2/types.rb
Overview
Describes whether monitoring is enabled for a Scheduled Instance.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#enabled ⇒ Boolean
Indicates whether monitoring is enabled.
Instance Attribute Details
#enabled ⇒ Boolean
Indicates whether monitoring is enabled.
64251 64252 64253 64254 64255 |
# File 'lib/aws-sdk-ec2/types.rb', line 64251 class ScheduledInstancesMonitoring < Struct.new( :enabled) SENSITIVE = [] include Aws::Structure end |