Class: Aws::Types::CreateFindingAggregatorRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateFindingAggregatorRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#region_linking_mode ⇒ ::String
Returns the value of attribute region_linking_mode.
-
#regions ⇒ ::Array[::String]
Returns the value of attribute regions.
Instance Attribute Details
#region_linking_mode ⇒ ::String
Returns the value of attribute region_linking_mode.
5212 5213 5214 |
# File 'sig/types.rbs', line 5212 def region_linking_mode @region_linking_mode end |
#regions ⇒ ::Array[::String]
Returns the value of attribute regions.
5213 5214 5215 |
# File 'sig/types.rbs', line 5213 def regions @regions end |