Class: Aws::AccessAnalyzer::Types::CloudTrailProperties
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::AccessAnalyzer::Types::CloudTrailProperties
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-accessanalyzer/types.rb
 
Overview
Contains information about CloudTrail access.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #end_time  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The end of the time range for which IAM Access Analyzer reviews your CloudTrail events.
 - 
  
    
      #start_time  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The start of the time range for which IAM Access Analyzer reviews your CloudTrail events.
 - 
  
    
      #trail_properties  ⇒ Array<Types::TrailProperties> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A ‘TrailProperties` object that contains settings for trail properties.
 
Instance Attribute Details
#end_time ⇒ Time
The end of the time range for which IAM Access Analyzer reviews your CloudTrail events. Events with a timestamp after this time are not considered to generate a policy. If this is not included in the request, the default value is the current time.
      862 863 864 865 866 867 868  | 
    
      # File 'lib/aws-sdk-accessanalyzer/types.rb', line 862 class CloudTrailProperties < Struct.new( :trail_properties, :start_time, :end_time) SENSITIVE = [] include Aws::Structure end  | 
  
#start_time ⇒ Time
The start of the time range for which IAM Access Analyzer reviews your CloudTrail events. Events with a timestamp before this time are not considered to generate a policy.
      862 863 864 865 866 867 868  | 
    
      # File 'lib/aws-sdk-accessanalyzer/types.rb', line 862 class CloudTrailProperties < Struct.new( :trail_properties, :start_time, :end_time) SENSITIVE = [] include Aws::Structure end  | 
  
#trail_properties ⇒ Array<Types::TrailProperties>
A ‘TrailProperties` object that contains settings for trail properties.
      862 863 864 865 866 867 868  | 
    
      # File 'lib/aws-sdk-accessanalyzer/types.rb', line 862 class CloudTrailProperties < Struct.new( :trail_properties, :start_time, :end_time) SENSITIVE = [] include Aws::Structure end  |