Class: Aws::ConfigService::Types::DescribeComplianceByConfigRuleRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ConfigService::Types::DescribeComplianceByConfigRuleRequest
- 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_names ⇒ Array<String>
Specify one or more Config rule names to filter the results by rule.
-
#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.
2534 2535 2536 2537 2538 2539 2540 |
# File 'lib/aws-sdk-configservice/types.rb', line 2534 class DescribeComplianceByConfigRuleRequest < Struct.new( :config_rule_names, :compliance_types, :next_token) SENSITIVE = [] include Aws::Structure end |
#config_rule_names ⇒ Array<String>
Specify one or more Config rule names to filter the results by rule.
2534 2535 2536 2537 2538 2539 2540 |
# File 'lib/aws-sdk-configservice/types.rb', line 2534 class DescribeComplianceByConfigRuleRequest < Struct.new( :config_rule_names, :compliance_types, :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.
2534 2535 2536 2537 2538 2539 2540 |
# File 'lib/aws-sdk-configservice/types.rb', line 2534 class DescribeComplianceByConfigRuleRequest < Struct.new( :config_rule_names, :compliance_types, :next_token) SENSITIVE = [] include Aws::Structure end |