Class: Aws::Macie2::Types::FindingActor
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Macie2::Types::FindingActor
 
 
- Includes:
 - Structure
 
- Defined in:
 - 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
- 
  
    
      #domain_details  ⇒ Types::DomainDetails 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Provides information about the domain name of the device that an entity used to perform an action on an affected resource.
 - 
  
    
      #ip_address_details  ⇒ Types::IpAddressDetails 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Provides information about the IP address of the device that an entity used to perform an action on an affected resource.
 - 
  
    
      #user_identity  ⇒ Types::UserIdentity 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Provides information about the type and other characteristics of an entity that performed an action on an affected resource.
 
Instance Attribute Details
#domain_details ⇒ Types::DomainDetails
Provides information about the domain name of the device that an entity used to perform an action on an affected resource.
      2476 2477 2478 2479 2480 2481 2482  | 
    
      # File 'lib/aws-sdk-macie2/types.rb', line 2476 class FindingActor < Struct.new( :domain_details, :ip_address_details, :user_identity) SENSITIVE = [] include Aws::Structure end  | 
  
#ip_address_details ⇒ Types::IpAddressDetails
Provides information about the IP address of the device that an entity used to perform an action on an affected resource.
      2476 2477 2478 2479 2480 2481 2482  | 
    
      # File 'lib/aws-sdk-macie2/types.rb', line 2476 class FindingActor < Struct.new( :domain_details, :ip_address_details, :user_identity) SENSITIVE = [] include Aws::Structure end  | 
  
#user_identity ⇒ Types::UserIdentity
Provides information about the type and other characteristics of an entity that performed an action on an affected resource.
      2476 2477 2478 2479 2480 2481 2482  | 
    
      # File 'lib/aws-sdk-macie2/types.rb', line 2476 class FindingActor < Struct.new( :domain_details, :ip_address_details, :user_identity) SENSITIVE = [] include Aws::Structure end  |