Class: Aws::ConfigService::Types::DescribeComplianceByConfigRuleResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ConfigService::Types::DescribeComplianceByConfigRuleResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-configservice/types.rb
Overview
Instance Attribute Summary collapse
-
#compliance_by_config_rules ⇒ Array<Types::ComplianceByConfigRule>
Indicates whether each of the specified AWS Config rules is compliant.
-
#next_token ⇒ String
The string that you use in a subsequent request to get the next page of results in a paginated response.
Instance Attribute Details
#compliance_by_config_rules ⇒ Array<Types::ComplianceByConfigRule>
Indicates whether each of the specified AWS Config rules is compliant.
1002 1003 1004 1005 1006 |
# File 'lib/aws-sdk-configservice/types.rb', line 1002 class DescribeComplianceByConfigRuleResponse < Struct.new( :compliance_by_config_rules, :next_token) include Aws::Structure end |
#next_token ⇒ String
The string that you use in a subsequent request to get the next page of results in a paginated response.
1002 1003 1004 1005 1006 |
# File 'lib/aws-sdk-configservice/types.rb', line 1002 class DescribeComplianceByConfigRuleResponse < Struct.new( :compliance_by_config_rules, :next_token) include Aws::Structure end |