Class: Aws::Types::GetFindingAggregatorResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetFindingAggregatorResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#finding_aggregation_region ⇒ ::String
Returns the value of attribute finding_aggregation_region.
-
#finding_aggregator_arn ⇒ ::String
Returns the value of attribute finding_aggregator_arn.
-
#region_linking_mode ⇒ ::String
Returns the value of attribute region_linking_mode.
-
#regions ⇒ ::Array[::String]
Returns the value of attribute regions.
Instance Attribute Details
#finding_aggregation_region ⇒ ::String
Returns the value of attribute finding_aggregation_region.
5987 5988 5989 |
# File 'sig/types.rbs', line 5987 def finding_aggregation_region @finding_aggregation_region end |
#finding_aggregator_arn ⇒ ::String
Returns the value of attribute finding_aggregator_arn.
5986 5987 5988 |
# File 'sig/types.rbs', line 5986 def finding_aggregator_arn @finding_aggregator_arn end |
#region_linking_mode ⇒ ::String
Returns the value of attribute region_linking_mode.
5988 5989 5990 |
# File 'sig/types.rbs', line 5988 def region_linking_mode @region_linking_mode end |
#regions ⇒ ::Array[::String]
Returns the value of attribute regions.
5989 5990 5991 |
# File 'sig/types.rbs', line 5989 def regions @regions end |