Class: Aws::SecurityHub::Types::GetFindingAggregatorRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#finding_aggregator_arnString

The ARN of the finding aggregator to return details for. To obtain the ARN, use ListFindingAggregators.

Returns:

  • (String)


25304
25305
25306
25307
25308
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 25304

class GetFindingAggregatorRequest < Struct.new(
  :finding_aggregator_arn)
  SENSITIVE = []
  include Aws::Structure
end