Class: Aws::Types::ConfigurationAggregator
- Inherits:
-
Object
- Object
- Aws::Types::ConfigurationAggregator
- 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_arn ⇒ ::String
Returns the value of attribute configuration_aggregator_arn.
-
#configuration_aggregator_name ⇒ ::String
Returns the value of attribute configuration_aggregator_name.
-
#created_by ⇒ ::String
Returns the value of attribute created_by.
-
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
-
#last_updated_time ⇒ ::Time
Returns the value of attribute last_updated_time.
-
#organization_aggregation_source ⇒ Types::OrganizationAggregationSource
Returns the value of attribute organization_aggregation_source.
Instance Attribute Details
#account_aggregation_sources ⇒ ::Array[Types::AccountAggregationSource]
Returns the value of attribute account_aggregation_sources.
304 305 306 |
# File 'sig/types.rbs', line 304 def account_aggregation_sources @account_aggregation_sources end |
#aggregator_filters ⇒ Types::AggregatorFilters
Returns the value of attribute aggregator_filters.
309 310 311 |
# File 'sig/types.rbs', line 309 def aggregator_filters @aggregator_filters end |
#configuration_aggregator_arn ⇒ ::String
Returns the value of attribute configuration_aggregator_arn.
303 304 305 |
# File 'sig/types.rbs', line 303 def configuration_aggregator_arn @configuration_aggregator_arn end |
#configuration_aggregator_name ⇒ ::String
Returns the value of attribute configuration_aggregator_name.
302 303 304 |
# File 'sig/types.rbs', line 302 def configuration_aggregator_name @configuration_aggregator_name end |
#created_by ⇒ ::String
Returns the value of attribute created_by.
308 309 310 |
# File 'sig/types.rbs', line 308 def created_by @created_by end |
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
306 307 308 |
# File 'sig/types.rbs', line 306 def creation_time @creation_time end |
#last_updated_time ⇒ ::Time
Returns the value of attribute last_updated_time.
307 308 309 |
# File 'sig/types.rbs', line 307 def last_updated_time @last_updated_time end |
#organization_aggregation_source ⇒ Types::OrganizationAggregationSource
Returns the value of attribute organization_aggregation_source.
305 306 307 |
# File 'sig/types.rbs', line 305 def organization_aggregation_source @organization_aggregation_source end |