Class: Aws::Macie2::Types::FindingAction

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-macie2/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

Instance Attribute Details

#action_typeString

The type of action that occurred for the resource and produced the policy finding:

Returns:

  • (String)


2354
2355
2356
2357
2358
2359
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 2354

class FindingAction < Struct.new(
  :action_type,
  :api_call_details)
  SENSITIVE = []
  include Aws::Structure
end

#api_call_detailsTypes::ApiCallDetails

Provides information about an API operation that an entity invoked for an affected resource.



2354
2355
2356
2357
2358
2359
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 2354

class FindingAction < Struct.new(
  :action_type,
  :api_call_details)
  SENSITIVE = []
  include Aws::Structure
end