Class: Aws::Types::UpdateAggregatorV2Request
- Inherits:
-
Object
- Object
- Aws::Types::UpdateAggregatorV2Request
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#aggregator_v2_arn ⇒ ::String
Returns the value of attribute aggregator_v2_arn.
-
#linked_regions ⇒ ::Array[::String]
Returns the value of attribute linked_regions.
-
#region_linking_mode ⇒ ::String
Returns the value of attribute region_linking_mode.
Instance Attribute Details
#aggregator_v2_arn ⇒ ::String
Returns the value of attribute aggregator_v2_arn.
7939 7940 7941 |
# File 'sig/types.rbs', line 7939 def aggregator_v2_arn @aggregator_v2_arn end |
#linked_regions ⇒ ::Array[::String]
Returns the value of attribute linked_regions.
7941 7942 7943 |
# File 'sig/types.rbs', line 7941 def linked_regions @linked_regions end |
#region_linking_mode ⇒ ::String
Returns the value of attribute region_linking_mode.
7940 7941 7942 |
# File 'sig/types.rbs', line 7940 def region_linking_mode @region_linking_mode end |