Class: Aws::Types::UpdateFindingAggregatorRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateFindingAggregatorRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#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_aggregator_arn ⇒ ::String
Returns the value of attribute finding_aggregator_arn.
8026 8027 8028 |
# File 'sig/types.rbs', line 8026 def finding_aggregator_arn @finding_aggregator_arn end |
#region_linking_mode ⇒ ::String
Returns the value of attribute region_linking_mode.
8027 8028 8029 |
# File 'sig/types.rbs', line 8027 def region_linking_mode @region_linking_mode end |
#regions ⇒ ::Array[::String]
Returns the value of attribute regions.
8028 8029 8030 |
# File 'sig/types.rbs', line 8028 def regions @regions end |