Class: Aws::ConfigService::Types::GetComplianceDetailsByConfigRuleRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ConfigService::Types::GetComplianceDetailsByConfigRuleRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-configservice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#compliance_types ⇒ Array<String>
Filters the results by compliance.
-
#config_rule_name ⇒ String
The name of the Config rule for which you want compliance information.
-
#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
#compliance_types ⇒ Array<String>
Filters the results by compliance.
‘INSUFFICIENT_DATA` is a valid `ComplianceType` that is returned when an Config rule cannot be evaluated. However, `INSUFFICIENT_DATA` cannot be used as a `ComplianceType` for filtering results.
4201 4202 4203 4204 4205 4206 4207 4208 |
# File 'lib/aws-sdk-configservice/types.rb', line 4201 class GetComplianceDetailsByConfigRuleRequest < Struct.new( :config_rule_name, :compliance_types, :limit, :next_token) SENSITIVE = [] include Aws::Structure end |
#config_rule_name ⇒ String
The name of the Config rule for which you want compliance information.
4201 4202 4203 4204 4205 4206 4207 4208 |
# File 'lib/aws-sdk-configservice/types.rb', line 4201 class GetComplianceDetailsByConfigRuleRequest < Struct.new( :config_rule_name, :compliance_types, :limit, :next_token) SENSITIVE = [] include Aws::Structure end |
#limit ⇒ Integer
The maximum number of evaluation results returned on each page. The default is 10. You cannot specify a number greater than 100. If you specify 0, Config uses the default.
4201 4202 4203 4204 4205 4206 4207 4208 |
# File 'lib/aws-sdk-configservice/types.rb', line 4201 class GetComplianceDetailsByConfigRuleRequest < Struct.new( :config_rule_name, :compliance_types, :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.
4201 4202 4203 4204 4205 4206 4207 4208 |
# File 'lib/aws-sdk-configservice/types.rb', line 4201 class GetComplianceDetailsByConfigRuleRequest < Struct.new( :config_rule_name, :compliance_types, :limit, :next_token) SENSITIVE = [] include Aws::Structure end |