Class: Aws::SecurityHub::Types::FindingHistoryUpdateSource

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

Overview

Identifies the source of the finding change event.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#identityString

The identity of the source that initiated the finding change event. For example, the Amazon Resource Name (ARN) of a partner that calls BatchImportFindings or of a customer that calls BatchUpdateFindings.

Returns:

  • (String)


24881
24882
24883
24884
24885
24886
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 24881

class FindingHistoryUpdateSource < Struct.new(
  :type,
  :identity)
  SENSITIVE = []
  include Aws::Structure
end

#typeString

Describes the type of finding change event, such as a call to BatchImportFindings (by an integrated Amazon Web Service or third party partner integration) or BatchUpdateFindings (by a Security Hub customer).

Returns:

  • (String)


24881
24882
24883
24884
24885
24886
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 24881

class FindingHistoryUpdateSource < Struct.new(
  :type,
  :identity)
  SENSITIVE = []
  include Aws::Structure
end