Class: Aws::Macie2::Types::PolicyDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::Macie2::Types::PolicyDetails
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-macie2/types.rb
Overview
Provides the details of a policy finding.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#action ⇒ Types::FindingAction
Provides information about an action that occurred for a resource and produced a policy finding.
-
#actor ⇒ Types::FindingActor
Provides information about an entity that performed an action that produced a policy finding for a resource.
Instance Attribute Details
#action ⇒ Types::FindingAction
Provides information about an action that occurred for a resource and produced a policy finding.
4974 4975 4976 4977 4978 4979 |
# File 'lib/aws-sdk-macie2/types.rb', line 4974 class PolicyDetails < Struct.new( :action, :actor) SENSITIVE = [] include Aws::Structure end |
#actor ⇒ Types::FindingActor
Provides information about an entity that performed an action that produced a policy finding for a resource.
4974 4975 4976 4977 4978 4979 |
# File 'lib/aws-sdk-macie2/types.rb', line 4974 class PolicyDetails < Struct.new( :action, :actor) SENSITIVE = [] include Aws::Structure end |