Class: Aws::SecurityHub::Types::GetAggregatorV2Response

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

#aggregation_regionString

The Amazon Web Services Region where data is aggregated.

Returns:

  • (String)


25226
25227
25228
25229
25230
25231
25232
25233
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 25226

class GetAggregatorV2Response < Struct.new(
  :aggregator_v2_arn,
  :aggregation_region,
  :region_linking_mode,
  :linked_regions)
  SENSITIVE = []
  include Aws::Structure
end

#aggregator_v2_arnString

The ARN of the Aggregator V2.

Returns:

  • (String)


25226
25227
25228
25229
25230
25231
25232
25233
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 25226

class GetAggregatorV2Response < Struct.new(
  :aggregator_v2_arn,
  :aggregation_region,
  :region_linking_mode,
  :linked_regions)
  SENSITIVE = []
  include Aws::Structure
end

#linked_regionsArray<String>

The list of Regions that are linked to the aggregation Region.

Returns:

  • (Array<String>)


25226
25227
25228
25229
25230
25231
25232
25233
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 25226

class GetAggregatorV2Response < Struct.new(
  :aggregator_v2_arn,
  :aggregation_region,
  :region_linking_mode,
  :linked_regions)
  SENSITIVE = []
  include Aws::Structure
end

#region_linking_modeString

Determines how Regions are linked to an Aggregator V2.

Returns:

  • (String)


25226
25227
25228
25229
25230
25231
25232
25233
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 25226

class GetAggregatorV2Response < Struct.new(
  :aggregator_v2_arn,
  :aggregation_region,
  :region_linking_mode,
  :linked_regions)
  SENSITIVE = []
  include Aws::Structure
end