Class: Aws::AccessAnalyzer::Types::PolicyPreviewJobParameters
- Inherits:
-
Struct
- Object
- Struct
- Aws::AccessAnalyzer::Types::PolicyPreviewJobParameters
- Defined in:
- gems/aws-sdk-accessanalyzer/lib/aws-sdk-accessanalyzer/types.rb
Overview
Contains the parameters used to create a policy preview job.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#end_time ⇒ Time
The end of the CloudTrail event analysis window.
-
#policy_configurations ⇒ Array<Types::PolicyConfiguration>
The list of policy configurations that were analyzed.
-
#start_time ⇒ Time
The start of the CloudTrail event analysis window.
Instance Attribute Details
#end_time ⇒ Time
The end of the CloudTrail event analysis window.
4000 4001 4002 4003 4004 4005 4006 |
# File 'gems/aws-sdk-accessanalyzer/lib/aws-sdk-accessanalyzer/types.rb', line 4000 class PolicyPreviewJobParameters < Struct.new( :start_time, :end_time, :policy_configurations) SENSITIVE = [] include Aws::Structure end |
#policy_configurations ⇒ Array<Types::PolicyConfiguration>
The list of policy configurations that were analyzed.
4000 4001 4002 4003 4004 4005 4006 |
# File 'gems/aws-sdk-accessanalyzer/lib/aws-sdk-accessanalyzer/types.rb', line 4000 class PolicyPreviewJobParameters < Struct.new( :start_time, :end_time, :policy_configurations) SENSITIVE = [] include Aws::Structure end |
#start_time ⇒ Time
The start of the CloudTrail event analysis window.
4000 4001 4002 4003 4004 4005 4006 |
# File 'gems/aws-sdk-accessanalyzer/lib/aws-sdk-accessanalyzer/types.rb', line 4000 class PolicyPreviewJobParameters < Struct.new( :start_time, :end_time, :policy_configurations) SENSITIVE = [] include Aws::Structure end |