Class: Aws::ConfigService::Types::DescribeConfigurationAggregatorSourcesStatusRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ConfigService::Types::DescribeConfigurationAggregatorSourcesStatusRequest
- Defined in:
- gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#configuration_aggregator_name ⇒ String
The name of the configuration aggregator.
-
#limit ⇒ Integer
The maximum number of AggregatorSourceStatus returned on each page.
-
#next_token ⇒ String
The
nextToken
string returned on a previous page that you use to get the next page of results in a paginated response. -
#update_status ⇒ Array<String>
Filters the status type.
Instance Attribute Details
#configuration_aggregator_name ⇒ String
The name of the configuration aggregator.
2647 2648 2649 2650 2651 2652 2653 2654 |
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 2647 class DescribeConfigurationAggregatorSourcesStatusRequest < Struct.new( :configuration_aggregator_name, :update_status, :next_token, :limit) SENSITIVE = [] include Aws::Structure end |
#limit ⇒ Integer
The maximum number of AggregatorSourceStatus returned on each page. The default is maximum. If you specify 0, Config uses the default.
2647 2648 2649 2650 2651 2652 2653 2654 |
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 2647 class DescribeConfigurationAggregatorSourcesStatusRequest < Struct.new( :configuration_aggregator_name, :update_status, :next_token, :limit) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The nextToken
string returned on a previous page that you use to
get the next page of results in a paginated response.
2647 2648 2649 2650 2651 2652 2653 2654 |
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 2647 class DescribeConfigurationAggregatorSourcesStatusRequest < Struct.new( :configuration_aggregator_name, :update_status, :next_token, :limit) SENSITIVE = [] include Aws::Structure end |
#update_status ⇒ Array<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.
2647 2648 2649 2650 2651 2652 2653 2654 |
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 2647 class DescribeConfigurationAggregatorSourcesStatusRequest < Struct.new( :configuration_aggregator_name, :update_status, :next_token, :limit) SENSITIVE = [] include Aws::Structure end |