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.
24313 24314 24315 24316 24317 |
# File 'lib/aws-sdk-securityhub/types.rb', line 24313 class DeleteFindingAggregatorRequest < Struct.new( :finding_aggregator_arn) SENSITIVE = [] include Aws::Structure end |