Class: Aws::AccessAnalyzer::Types::CloudTrailProperties
- Inherits:
-
Struct
- Object
- Struct
- Aws::AccessAnalyzer::Types::CloudTrailProperties
- Defined in:
- gems/aws-sdk-accessanalyzer/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.
804 805 806 807 808 809 810 |
# File 'gems/aws-sdk-accessanalyzer/lib/aws-sdk-accessanalyzer/types.rb', line 804 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.
804 805 806 807 808 809 810 |
# File 'gems/aws-sdk-accessanalyzer/lib/aws-sdk-accessanalyzer/types.rb', line 804 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.
804 805 806 807 808 809 810 |
# File 'gems/aws-sdk-accessanalyzer/lib/aws-sdk-accessanalyzer/types.rb', line 804 class CloudTrailProperties < Struct.new( :trail_properties, :start_time, :end_time) SENSITIVE = [] include Aws::Structure end |