Class: Aws::GuardDuty::Types::KubernetesConfigurationResult
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::GuardDuty::Types::KubernetesConfigurationResult
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-guardduty/types.rb
 
Overview
Describes whether any Kubernetes logs will be enabled as a data source.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #audit_logs  ⇒ Types::KubernetesAuditLogsConfigurationResult 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Describes whether Kubernetes audit logs are enabled as a data source.
 
Instance Attribute Details
#audit_logs ⇒ Types::KubernetesAuditLogsConfigurationResult
Describes whether Kubernetes audit logs are enabled as a data source.
      4645 4646 4647 4648 4649  | 
    
      # File 'lib/aws-sdk-guardduty/types.rb', line 4645 class KubernetesConfigurationResult < Struct.new( :audit_logs) SENSITIVE = [] include Aws::Structure end  |