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`.
24088 24089 24090 24091 24092 |
# File 'lib/aws-sdk-securityhub/types.rb', line 24088 class DeleteFindingAggregatorRequest < Struct.new( :finding_aggregator_arn) SENSITIVE = [] include Aws::Structure end |