Class: Aws::SecurityHub::Types::DeleteFindingAggregatorRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::DeleteFindingAggregatorRequest
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-securityhub/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#finding_aggregator_arn ⇒ String
The ARN of the finding aggregator to delete.
Instance Attribute Details
#finding_aggregator_arn ⇒ String
The ARN of the finding aggregator to delete. To obtain the ARN, use ‘ListFindingAggregators`.
24079 24080 24081 24082 24083 |
# File 'lib/aws-sdk-securityhub/types.rb', line 24079 class DeleteFindingAggregatorRequest < Struct.new( :finding_aggregator_arn) SENSITIVE = [] include Aws::Structure end |