Class: Aws::EC2::Types::InstanceMonitoring
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::EC2::Types::InstanceMonitoring
 
 
- 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
- 
  
    
      #instance_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ID of the instance.
 - 
  
    
      #monitoring  ⇒ Types::Monitoring 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The monitoring for the instance.
 
Instance Attribute Details
#instance_id ⇒ String
The ID of the instance.
      43581 43582 43583 43584 43585 43586  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 43581 class InstanceMonitoring < Struct.new( :instance_id, :monitoring) SENSITIVE = [] include Aws::Structure end  | 
  
#monitoring ⇒ Types::Monitoring
The monitoring for the instance.
      43581 43582 43583 43584 43585 43586  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 43581 class InstanceMonitoring < Struct.new( :instance_id, :monitoring) SENSITIVE = [] include Aws::Structure end  |