Class: Aws::ConfigService::Types::DescribeConfigurationAggregatorsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ConfigService::Types::DescribeConfigurationAggregatorsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-configservice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#configuration_aggregator_names ⇒ Array<String>
The name of the configuration aggregators.
-
#limit ⇒ Integer
The maximum number of configuration aggregators 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.
Instance Attribute Details
#configuration_aggregator_names ⇒ Array<String>
The name of the configuration aggregators.
2814 2815 2816 2817 2818 2819 2820 |
# File 'lib/aws-sdk-configservice/types.rb', line 2814 class DescribeConfigurationAggregatorsRequest < Struct.new( :configuration_aggregator_names, :next_token, :limit) SENSITIVE = [] include Aws::Structure end |
#limit ⇒ Integer
The maximum number of configuration aggregators returned on each page. The default is maximum. If you specify 0, Config uses the default.
2814 2815 2816 2817 2818 2819 2820 |
# File 'lib/aws-sdk-configservice/types.rb', line 2814 class DescribeConfigurationAggregatorsRequest < Struct.new( :configuration_aggregator_names, :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.
2814 2815 2816 2817 2818 2819 2820 |
# File 'lib/aws-sdk-configservice/types.rb', line 2814 class DescribeConfigurationAggregatorsRequest < Struct.new( :configuration_aggregator_names, :next_token, :limit) SENSITIVE = [] include Aws::Structure end |