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

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
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)


24939
24940
24941
24942
24943
24944
# File 'lib/aws-sdk-securityhub/types.rb', line 24939

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` ][1] (by an integrated Amazon Web Servicesservice or third party partner integration) or [ `BatchUpdateFindings` ][2] (by a Security Hub customer).

[1]: docs.aws.amazon.com/securityhub/1.0/APIReference/API_BatchImportFindings.html [2]: docs.aws.amazon.com/securityhub/1.0/APIReference/API_BatchUpdateFindings.html

Returns:

  • (String)


24939
24940
24941
24942
24943
24944
# File 'lib/aws-sdk-securityhub/types.rb', line 24939

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