Class: Aws::EC2::Types::VerifiedAccessLogCloudWatchLogsDestinationOptions
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::EC2::Types::VerifiedAccessLogCloudWatchLogsDestinationOptions
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-ec2/types.rb
 
Overview
Options for CloudWatch Logs as a logging destination.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #enabled  ⇒ Boolean 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Indicates whether logging is enabled.
 - 
  
    
      #log_group  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ID of the CloudWatch Logs log group.
 
Instance Attribute Details
#enabled ⇒ Boolean
Indicates whether logging is enabled.
      72103 72104 72105 72106 72107 72108  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 72103 class VerifiedAccessLogCloudWatchLogsDestinationOptions < Struct.new( :enabled, :log_group) SENSITIVE = [] include Aws::Structure end  | 
  
#log_group ⇒ String
The ID of the CloudWatch Logs log group.
      72103 72104 72105 72106 72107 72108  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 72103 class VerifiedAccessLogCloudWatchLogsDestinationOptions < Struct.new( :enabled, :log_group) SENSITIVE = [] include Aws::Structure end  |