Class: Aws::CloudTrail::Types::PutEventSelectorsResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::CloudTrail::Types::PutEventSelectorsResponse
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-cloudtrail/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #advanced_event_selectors  ⇒ Array<Types::AdvancedEventSelector> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Specifies the advanced event selectors configured for your trail.
 - 
  
    
      #event_selectors  ⇒ Array<Types::EventSelector> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Specifies the event selectors configured for your trail.
 - 
  
    
      #trail_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Specifies the ARN of the trail that was updated with event selectors.
 
Instance Attribute Details
#advanced_event_selectors ⇒ Array<Types::AdvancedEventSelector>
Specifies the advanced event selectors configured for your trail.
      3929 3930 3931 3932 3933 3934 3935  | 
    
      # File 'lib/aws-sdk-cloudtrail/types.rb', line 3929 class PutEventSelectorsResponse < Struct.new( :trail_arn, :event_selectors, :advanced_event_selectors) SENSITIVE = [] include Aws::Structure end  | 
  
#event_selectors ⇒ Array<Types::EventSelector>
Specifies the event selectors configured for your trail.
      3929 3930 3931 3932 3933 3934 3935  | 
    
      # File 'lib/aws-sdk-cloudtrail/types.rb', line 3929 class PutEventSelectorsResponse < Struct.new( :trail_arn, :event_selectors, :advanced_event_selectors) SENSITIVE = [] include Aws::Structure end  | 
  
#trail_arn ⇒ String
Specifies the ARN of the trail that was updated with event selectors. The following is the format of a trail ARN.
‘arn:aws:cloudtrail:us-east-2:123456789012:trail/MyTrail`
      3929 3930 3931 3932 3933 3934 3935  | 
    
      # File 'lib/aws-sdk-cloudtrail/types.rb', line 3929 class PutEventSelectorsResponse < Struct.new( :trail_arn, :event_selectors, :advanced_event_selectors) SENSITIVE = [] include Aws::Structure end  |