Class: Aws::EC2::Types::Monitoring
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::EC2::Types::Monitoring
 
 
- 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
- 
  
    
      #state  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Indicates whether detailed monitoring is enabled.
 
Instance Attribute Details
#state ⇒ String
Indicates whether detailed monitoring is enabled. Otherwise, basic monitoring is enabled.
      55299 55300 55301 55302 55303  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 55299 class Monitoring < Struct.new( :state) SENSITIVE = [] include Aws::Structure end  |