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)


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