Class: Aws::SecurityHub::Types::CreateFindingAggregatorResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#finding_aggregation_regionString

The aggregation Region.

Returns:

  • (String)


23701
23702
23703
23704
23705
23706
23707
23708
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 23701

class CreateFindingAggregatorResponse < Struct.new(
  :finding_aggregator_arn,
  :finding_aggregation_region,
  :region_linking_mode,
  :regions)
  SENSITIVE = []
  include Aws::Structure
end

#finding_aggregator_arnString

The ARN of the finding aggregator. You use the finding aggregator ARN to retrieve details for, update, and stop finding aggregation.

Returns:

  • (String)


23701
23702
23703
23704
23705
23706
23707
23708
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 23701

class CreateFindingAggregatorResponse < Struct.new(
  :finding_aggregator_arn,
  :finding_aggregation_region,
  :region_linking_mode,
  :regions)
  SENSITIVE = []
  include Aws::Structure
end

#region_linking_modeString

Indicates whether to link all Regions, all Regions except for a list of excluded Regions, or a list of included Regions.

Returns:

  • (String)


23701
23702
23703
23704
23705
23706
23707
23708
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 23701

class CreateFindingAggregatorResponse < Struct.new(
  :finding_aggregator_arn,
  :finding_aggregation_region,
  :region_linking_mode,
  :regions)
  SENSITIVE = []
  include Aws::Structure
end

#regionsArray<String>

The list of excluded Regions or included Regions.

Returns:

  • (Array<String>)


23701
23702
23703
23704
23705
23706
23707
23708
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 23701

class CreateFindingAggregatorResponse < Struct.new(
  :finding_aggregator_arn,
  :finding_aggregation_region,
  :region_linking_mode,
  :regions)
  SENSITIVE = []
  include Aws::Structure
end