Class: Aws::SecurityHub::Types::GetFindingAggregatorResponse

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

#finding_aggregation_regionString

The aggregation Region.

Returns:

  • (String)


25460
25461
25462
25463
25464
25465
25466
25467
# File 'lib/aws-sdk-securityhub/types.rb', line 25460

class GetFindingAggregatorResponse < 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.

Returns:

  • (String)


25460
25461
25462
25463
25464
25465
25466
25467
# File 'lib/aws-sdk-securityhub/types.rb', line 25460

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


25460
25461
25462
25463
25464
25465
25466
25467
# File 'lib/aws-sdk-securityhub/types.rb', line 25460

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


25460
25461
25462
25463
25464
25465
25466
25467
# File 'lib/aws-sdk-securityhub/types.rb', line 25460

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