Class: Aws::ConfigService::Types::GetAggregateComplianceDetailsByConfigRuleRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ConfigService::Types::GetAggregateComplianceDetailsByConfigRuleRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-configservice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#account_id ⇒ String
The 12-digit account ID of the source account.
-
#aws_region ⇒ String
The source region from where the data is aggregated.
-
#compliance_type ⇒ String
The resource compliance status.
-
#config_rule_name ⇒ String
The name of the Config rule for which you want compliance information.
-
#configuration_aggregator_name ⇒ String
The name of the configuration aggregator.
-
#limit ⇒ Integer
The maximum number of evaluation results 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
#account_id ⇒ String
The 12-digit account ID of the source account.
4306 4307 4308 4309 4310 4311 4312 4313 4314 4315 4316 |
# File 'lib/aws-sdk-configservice/types.rb', line 4306 class GetAggregateComplianceDetailsByConfigRuleRequest < Struct.new( :configuration_aggregator_name, :config_rule_name, :account_id, :aws_region, :compliance_type, :limit, :next_token) SENSITIVE = [] include Aws::Structure end |
#aws_region ⇒ String
The source region from where the data is aggregated.
4306 4307 4308 4309 4310 4311 4312 4313 4314 4315 4316 |
# File 'lib/aws-sdk-configservice/types.rb', line 4306 class GetAggregateComplianceDetailsByConfigRuleRequest < Struct.new( :configuration_aggregator_name, :config_rule_name, :account_id, :aws_region, :compliance_type, :limit, :next_token) SENSITIVE = [] include Aws::Structure end |
#compliance_type ⇒ String
The resource compliance status.
<note markdown=“1”> For the ‘GetAggregateComplianceDetailsByConfigRuleRequest` data type, Config supports only the `COMPLIANT` and `NON_COMPLIANT`. Config does not support the `NOT_APPLICABLE` and `INSUFFICIENT_DATA` values.
</note>
4306 4307 4308 4309 4310 4311 4312 4313 4314 4315 4316 |
# File 'lib/aws-sdk-configservice/types.rb', line 4306 class GetAggregateComplianceDetailsByConfigRuleRequest < Struct.new( :configuration_aggregator_name, :config_rule_name, :account_id, :aws_region, :compliance_type, :limit, :next_token) SENSITIVE = [] include Aws::Structure end |
#config_rule_name ⇒ String
The name of the Config rule for which you want compliance information.
4306 4307 4308 4309 4310 4311 4312 4313 4314 4315 4316 |
# File 'lib/aws-sdk-configservice/types.rb', line 4306 class GetAggregateComplianceDetailsByConfigRuleRequest < Struct.new( :configuration_aggregator_name, :config_rule_name, :account_id, :aws_region, :compliance_type, :limit, :next_token) SENSITIVE = [] include Aws::Structure end |
#configuration_aggregator_name ⇒ String
The name of the configuration aggregator.
4306 4307 4308 4309 4310 4311 4312 4313 4314 4315 4316 |
# File 'lib/aws-sdk-configservice/types.rb', line 4306 class GetAggregateComplianceDetailsByConfigRuleRequest < Struct.new( :configuration_aggregator_name, :config_rule_name, :account_id, :aws_region, :compliance_type, :limit, :next_token) SENSITIVE = [] include Aws::Structure end |
#limit ⇒ Integer
The maximum number of evaluation results returned on each page. The default is 50. You cannot specify a number greater than 100. If you specify 0, Config uses the default.
4306 4307 4308 4309 4310 4311 4312 4313 4314 4315 4316 |
# File 'lib/aws-sdk-configservice/types.rb', line 4306 class GetAggregateComplianceDetailsByConfigRuleRequest < Struct.new( :configuration_aggregator_name, :config_rule_name, :account_id, :aws_region, :compliance_type, :limit, :next_token) 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.
4306 4307 4308 4309 4310 4311 4312 4313 4314 4315 4316 |
# File 'lib/aws-sdk-configservice/types.rb', line 4306 class GetAggregateComplianceDetailsByConfigRuleRequest < Struct.new( :configuration_aggregator_name, :config_rule_name, :account_id, :aws_region, :compliance_type, :limit, :next_token) SENSITIVE = [] include Aws::Structure end |