Class: Aws::GuardDuty::Types::S3LogsConfigurationResult
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::GuardDuty::Types::S3LogsConfigurationResult
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-guardduty/types.rb
 
Overview
Describes whether S3 data event logs will be enabled as a data source.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #status  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A value that describes whether S3 data event logs are automatically enabled for new members of the organization.
 
Instance Attribute Details
#status ⇒ String
A value that describes whether S3 data event logs are automatically enabled for new members of the organization.
      7650 7651 7652 7653 7654  | 
    
      # File 'lib/aws-sdk-guardduty/types.rb', line 7650 class S3LogsConfigurationResult < Struct.new( :status) SENSITIVE = [] include Aws::Structure end  |