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)


19158
19159
19160
19161
19162
19163
19164
19165
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 19158

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)


19158
19159
19160
19161
19162
19163
19164
19165
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 19158

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)


19158
19159
19160
19161
19162
19163
19164
19165
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 19158

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>)


19158
19159
19160
19161
19162
19163
19164
19165
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 19158

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