Class: Aws::ConfigService::Types::DescribeConfigurationAggregatorSourcesStatusRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#configuration_aggregator_nameString

The name of the configuration aggregator.

Returns:

  • (String)


2742
2743
2744
2745
2746
2747
2748
2749
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 2742

class DescribeConfigurationAggregatorSourcesStatusRequest < Struct.new(
  :configuration_aggregator_name,
  :update_status,
  :next_token,
  :limit)
  SENSITIVE = []
  include Aws::Structure
end

#limitInteger

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

Returns:

  • (Integer)


2742
2743
2744
2745
2746
2747
2748
2749
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 2742

class DescribeConfigurationAggregatorSourcesStatusRequest < Struct.new(
  :configuration_aggregator_name,
  :update_status,
  :next_token,
  :limit)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

The nextToken string returned on a previous page that you use to get the next page of results in a paginated response.

Returns:

  • (String)


2742
2743
2744
2745
2746
2747
2748
2749
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 2742

class DescribeConfigurationAggregatorSourcesStatusRequest < Struct.new(
  :configuration_aggregator_name,
  :update_status,
  :next_token,
  :limit)
  SENSITIVE = []
  include Aws::Structure
end

#update_statusArray<String>

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.

Returns:

  • (Array<String>)


2742
2743
2744
2745
2746
2747
2748
2749
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 2742

class DescribeConfigurationAggregatorSourcesStatusRequest < Struct.new(
  :configuration_aggregator_name,
  :update_status,
  :next_token,
  :limit)
  SENSITIVE = []
  include Aws::Structure
end