Class: Aws::CloudTrail::Types::GetInsightSelectorsResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::CloudTrail::Types::GetInsightSelectorsResponse
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-cloudtrail/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #event_data_store_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ARN of the source event data store that enabled Insights events.
 - 
  
    
      #insight_selectors  ⇒ Array<Types::InsightSelector> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A JSON string that contains the Insight types you want to log on a trail or event data store.
 - 
  
    
      #insights_destination  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ARN of the destination event data store that logs Insights events.
 - 
  
    
      #trail_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The Amazon Resource Name (ARN) of a trail for which you want to get Insights selectors.
 
Instance Attribute Details
#event_data_store_arn ⇒ String
The ARN of the source event data store that enabled Insights events.
      2332 2333 2334 2335 2336 2337 2338 2339  | 
    
      # File 'lib/aws-sdk-cloudtrail/types.rb', line 2332 class GetInsightSelectorsResponse < Struct.new( :trail_arn, :insight_selectors, :event_data_store_arn, :insights_destination) SENSITIVE = [] include Aws::Structure end  | 
  
#insight_selectors ⇒ Array<Types::InsightSelector>
A JSON string that contains the Insight types you want to log on a trail or event data store. ‘ApiErrorRateInsight` and `ApiCallRateInsight` are supported as Insights types.
      2332 2333 2334 2335 2336 2337 2338 2339  | 
    
      # File 'lib/aws-sdk-cloudtrail/types.rb', line 2332 class GetInsightSelectorsResponse < Struct.new( :trail_arn, :insight_selectors, :event_data_store_arn, :insights_destination) SENSITIVE = [] include Aws::Structure end  | 
  
#insights_destination ⇒ String
The ARN of the destination event data store that logs Insights events.
      2332 2333 2334 2335 2336 2337 2338 2339  | 
    
      # File 'lib/aws-sdk-cloudtrail/types.rb', line 2332 class GetInsightSelectorsResponse < Struct.new( :trail_arn, :insight_selectors, :event_data_store_arn, :insights_destination) SENSITIVE = [] include Aws::Structure end  | 
  
#trail_arn ⇒ String
The Amazon Resource Name (ARN) of a trail for which you want to get Insights selectors.
      2332 2333 2334 2335 2336 2337 2338 2339  | 
    
      # File 'lib/aws-sdk-cloudtrail/types.rb', line 2332 class GetInsightSelectorsResponse < Struct.new( :trail_arn, :insight_selectors, :event_data_store_arn, :insights_destination) SENSITIVE = [] include Aws::Structure end  |