You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::ConfigService::Types::ConfigurationAggregator

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

The details about the configuration aggregator, including information about source accounts, regions, and metadata of the aggregator.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#account_aggregation_sourcesArray<Types::AccountAggregationSource>

Provides a list of source accounts and regions to be aggregated.

Returns:

#configuration_aggregator_arnString

The Amazon Resource Name (ARN) of the aggregator.

Returns:

  • (String)

    The Amazon Resource Name (ARN) of the aggregator.

#configuration_aggregator_nameString

The name of the aggregator.

Returns:

  • (String)

    The name of the aggregator.

#created_byString

AWS service that created the configuration aggregator.

Returns:

  • (String)

    AWS service that created the configuration aggregator.

#creation_timeTime

The time stamp when the configuration aggregator was created.

Returns:

  • (Time)

    The time stamp when the configuration aggregator was created.

#last_updated_timeTime

The time of the last update.

Returns:

  • (Time)

    The time of the last update.

#organization_aggregation_sourceTypes::OrganizationAggregationSource

Provides an organization and list of regions to be aggregated.

Returns: