Class: Aws::Macie2::Types::PolicyDetails

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

Instance Attribute Details

#actionTypes::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

#actorTypes::FindingActor

Provides information about an entity that performed an action that produced a policy finding for a resource.

Returns:



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