Class: Aws::Macie2::Types::FindingActor

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb

Overview

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#domain_detailsTypes::DomainDetails

Provides information about the domain name of the device that an entity used to perform an action on an affected resource.



2381
2382
2383
2384
2385
2386
2387
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 2381

class FindingActor < Struct.new(
  :domain_details,
  :ip_address_details,
  :user_identity)
  SENSITIVE = []
  include Aws::Structure
end

#ip_address_detailsTypes::IpAddressDetails

Provides information about the IP address of the device that an entity used to perform an action on an affected resource.



2381
2382
2383
2384
2385
2386
2387
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 2381

class FindingActor < Struct.new(
  :domain_details,
  :ip_address_details,
  :user_identity)
  SENSITIVE = []
  include Aws::Structure
end

#user_identityTypes::UserIdentity

Provides information about the type and other characteristics of an entity that performed an action on an affected resource.

Returns:



2381
2382
2383
2384
2385
2386
2387
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 2381

class FindingActor < Struct.new(
  :domain_details,
  :ip_address_details,
  :user_identity)
  SENSITIVE = []
  include Aws::Structure
end