Class: Aws::Types::CreateAggregatorV2Response
- Inherits:
-
Object
- Object
- Aws::Types::CreateAggregatorV2Response
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#aggregation_region ⇒ ::String
Returns the value of attribute aggregation_region.
-
#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
#aggregation_region ⇒ ::String
Returns the value of attribute aggregation_region.
5115 5116 5117 |
# File 'sig/types.rbs', line 5115 def aggregation_region @aggregation_region end |
#aggregator_v2_arn ⇒ ::String
Returns the value of attribute aggregator_v2_arn.
5114 5115 5116 |
# File 'sig/types.rbs', line 5114 def aggregator_v2_arn @aggregator_v2_arn end |
#linked_regions ⇒ ::Array[::String]
Returns the value of attribute linked_regions.
5117 5118 5119 |
# File 'sig/types.rbs', line 5117 def linked_regions @linked_regions end |
#region_linking_mode ⇒ ::String
Returns the value of attribute region_linking_mode.
5116 5117 5118 |
# File 'sig/types.rbs', line 5116 def region_linking_mode @region_linking_mode end |