Class: Aws::Macie2::Types::FindingAction
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Macie2::Types::FindingAction
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-macie2/types.rb
 
Overview
Provides information about an action that occurred for a resource and produced a policy finding.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #action_type  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The type of action that occurred for the resource and produced the policy finding:.
 - 
  
    
      #api_call_details  ⇒ Types::ApiCallDetails 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Provides information about an API operation that an entity invoked for an affected resource.
 
Instance Attribute Details
#action_type ⇒ String
The type of action that occurred for the resource and produced the policy finding:
      2449 2450 2451 2452 2453 2454  | 
    
      # File 'lib/aws-sdk-macie2/types.rb', line 2449 class FindingAction < Struct.new( :action_type, :api_call_details) SENSITIVE = [] include Aws::Structure end  | 
  
#api_call_details ⇒ Types::ApiCallDetails
Provides information about an API operation that an entity invoked for an affected resource.
      2449 2450 2451 2452 2453 2454  | 
    
      # File 'lib/aws-sdk-macie2/types.rb', line 2449 class FindingAction < Struct.new( :action_type, :api_call_details) SENSITIVE = [] include Aws::Structure end  |