Class: Aws::CloudTrail::Types::GetEventSelectorsResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::CloudTrail::Types::GetEventSelectorsResponse
 
 
- 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> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The advanced event selectors that are configured for the trail.
 - 
  
    
      #event_selectors  ⇒ Array<Types::EventSelector> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The event selectors that are configured for the trail.
 - 
  
    
      #trail_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The specified trail ARN that has the event selectors.
 
Instance Attribute Details
#advanced_event_selectors ⇒ Array<Types::AdvancedEventSelector>
The advanced event selectors that are configured for the trail.
      2191 2192 2193 2194 2195 2196 2197  | 
    
      # File 'lib/aws-sdk-cloudtrail/types.rb', line 2191 class GetEventSelectorsResponse < Struct.new( :trail_arn, :event_selectors, :advanced_event_selectors) SENSITIVE = [] include Aws::Structure end  | 
  
#event_selectors ⇒ Array<Types::EventSelector>
The event selectors that are configured for the trail.
      2191 2192 2193 2194 2195 2196 2197  | 
    
      # File 'lib/aws-sdk-cloudtrail/types.rb', line 2191 class GetEventSelectorsResponse < Struct.new( :trail_arn, :event_selectors, :advanced_event_selectors) SENSITIVE = [] include Aws::Structure end  | 
  
#trail_arn ⇒ String
The specified trail ARN that has the event selectors.
      2191 2192 2193 2194 2195 2196 2197  | 
    
      # File 'lib/aws-sdk-cloudtrail/types.rb', line 2191 class GetEventSelectorsResponse < Struct.new( :trail_arn, :event_selectors, :advanced_event_selectors) SENSITIVE = [] include Aws::Structure end  |