Class: Aws::AccessAnalyzer::Types::PolicyPreviewJobParameters

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#end_timeTime

The end of the CloudTrail event analysis window.

Returns:

  • (Time)


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_configurationsArray<Types::PolicyConfiguration>

The list of policy configurations that were analyzed.

Returns:



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_timeTime

The start of the CloudTrail event analysis window.

Returns:

  • (Time)


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