class Aws::ConfigService::Types::DescribeConfigurationAggregatorSourcesStatusRequest

@note When making an API call, you may pass DescribeConfigurationAggregatorSourcesStatusRequest

data as a hash:

    {
      configuration_aggregator_name: "ConfigurationAggregatorName", # required
      update_status: ["FAILED"], # accepts FAILED, SUCCEEDED, OUTDATED
      next_token: "String",
      limit: 1,
    }

@!attribute [rw] configuration_aggregator_name

The name of the configuration aggregator.
@return [String]

@!attribute [rw] update_status

Filters the status type.

* Valid value FAILED indicates errors while moving data.

* Valid value SUCCEEDED indicates the data was successfully moved.

* Valid value OUTDATED indicates the data is not the most recent.
@return [Array<String>]

@!attribute [rw] next_token

The `nextToken` string returned on a previous page that you use to
get the next page of results in a paginated response.
@return [String]

@!attribute [rw] limit

The maximum number of AggregatorSourceStatus returned on each page.
The default is maximum. If you specify 0, Config uses the default.
@return [Integer]

@see docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/DescribeConfigurationAggregatorSourcesStatusRequest AWS API Documentation

Constants

SENSITIVE