Class: Aws::SecurityHub::Types::DeleteAggregatorV2Request

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#aggregator_v2_arnString

The ARN of the Aggregator V2.

Returns:

  • (String)


23804
23805
23806
23807
23808
# File 'lib/aws-sdk-securityhub/types.rb', line 23804

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