Class: Aws::ConfigService::Types::DescribeComplianceByResourceResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ConfigService::Types::DescribeComplianceByResourceResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-configservice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#compliance_by_resources ⇒ Array<Types::ComplianceByResource>
Indicates whether the specified Amazon Web Services resource complies with all of the Config rules that evaluate it.
-
#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_resources ⇒ Array<Types::ComplianceByResource>
Indicates whether the specified Amazon Web Services resource complies with all of the Config rules that evaluate it.
2613 2614 2615 2616 2617 2618 |
# File 'lib/aws-sdk-configservice/types.rb', line 2613 class DescribeComplianceByResourceResponse < Struct.new( :compliance_by_resources, :next_token) SENSITIVE = [] 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.
2613 2614 2615 2616 2617 2618 |
# File 'lib/aws-sdk-configservice/types.rb', line 2613 class DescribeComplianceByResourceResponse < Struct.new( :compliance_by_resources, :next_token) SENSITIVE = [] include Aws::Structure end |