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.
      63412 63413 63414 63415 63416  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 63412 class RunInstancesMonitoringEnabled < Struct.new( :enabled) SENSITIVE = [] include Aws::Structure end  |