Class: Aws::ConfigService::Types::GetComplianceSummaryByResourceTypeResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ConfigService::Types::GetComplianceSummaryByResourceTypeResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-configservice/types.rb
Overview
Instance Attribute Summary collapse
-
#compliance_summaries_by_resource_type ⇒ Array<Types::ComplianceSummaryByResourceType>
The number of resources that are compliant and the number that are noncompliant.
Instance Attribute Details
#compliance_summaries_by_resource_type ⇒ Array<Types::ComplianceSummaryByResourceType>
The number of resources that are compliant and the number that are noncompliant. If one or more resource types were provided with the request, the numbers are returned for each resource type. The maximum number returned is 100.
1644 1645 1646 1647 |
# File 'lib/aws-sdk-configservice/types.rb', line 1644 class GetComplianceSummaryByResourceTypeResponse < Struct.new( :compliance_summaries_by_resource_type) include Aws::Structure end |