Class: Aws::Types::PutConfigurationAggregatorRequest
- Inherits:
-
Object
- Object
- Aws::Types::PutConfigurationAggregatorRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#account_aggregation_sources ⇒ ::Array[Types::AccountAggregationSource]
Returns the value of attribute account_aggregation_sources.
-
#aggregator_filters ⇒ Types::AggregatorFilters
Returns the value of attribute aggregator_filters.
-
#configuration_aggregator_name ⇒ ::String
Returns the value of attribute configuration_aggregator_name.
-
#organization_aggregation_source ⇒ Types::OrganizationAggregationSource
Returns the value of attribute organization_aggregation_source.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
Instance Attribute Details
#account_aggregation_sources ⇒ ::Array[Types::AccountAggregationSource]
Returns the value of attribute account_aggregation_sources.
1743 1744 1745 |
# File 'sig/types.rbs', line 1743 def account_aggregation_sources @account_aggregation_sources end |
#aggregator_filters ⇒ Types::AggregatorFilters
Returns the value of attribute aggregator_filters.
1746 1747 1748 |
# File 'sig/types.rbs', line 1746 def aggregator_filters @aggregator_filters end |
#configuration_aggregator_name ⇒ ::String
Returns the value of attribute configuration_aggregator_name.
1742 1743 1744 |
# File 'sig/types.rbs', line 1742 def configuration_aggregator_name @configuration_aggregator_name end |
#organization_aggregation_source ⇒ Types::OrganizationAggregationSource
Returns the value of attribute organization_aggregation_source.
1744 1745 1746 |
# File 'sig/types.rbs', line 1744 def organization_aggregation_source @organization_aggregation_source end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
1745 1746 1747 |
# File 'sig/types.rbs', line 1745 def @tags end |