Class: Aws::SecurityHub::Types::DeleteAggregatorV2Request
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::DeleteAggregatorV2Request
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-securityhub/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#aggregator_v2_arn ⇒ String
The ARN of the Aggregator V2.
Instance Attribute Details
#aggregator_v2_arn ⇒ String
The ARN of the Aggregator V2.
23787 23788 23789 23790 23791 |
# File 'lib/aws-sdk-securityhub/types.rb', line 23787 class DeleteAggregatorV2Request < Struct.new( :aggregator_v2_arn) SENSITIVE = [] include Aws::Structure end |