You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::EC2::Types::RunInstancesMonitoringEnabled
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::RunInstancesMonitoringEnabled
- Defined in:
- (unknown)
Overview
Note:
When passing RunInstancesMonitoringEnabled as input to an Aws::Client method, you can use a vanilla Hash:
{
enabled: false, # required
}
Describes the monitoring of an instance.
Returned by:
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.