Class: Aws::SecurityHub::Types::UpdateFindingAggregatorResponse

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)


30990
30991
30992
30993
30994
30995
30996
30997
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 30990

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


30990
30991
30992
30993
30994
30995
30996
30997
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 30990

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


30990
30991
30992
30993
30994
30995
30996
30997
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 30990

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


30990
30991
30992
30993
30994
30995
30996
30997
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 30990

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