Class: Aws::ConfigService::Types::GetComplianceSummaryByResourceTypeRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ConfigService::Types::GetComplianceSummaryByResourceTypeRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-configservice/types.rb
Overview
Note:
When making an API call, you may pass GetComplianceSummaryByResourceTypeRequest data as a hash:
{
resource_types: ["StringWithCharLimit256"],
}
Instance Attribute Summary collapse
-
#resource_types ⇒ Array<String>
Specify one or more resource types to get the number of resources that are compliant and the number that are noncompliant for each resource type.
Instance Attribute Details
#resource_types ⇒ Array<String>
Specify one or more resource types to get the number of resources that are compliant and the number that are noncompliant for each resource type.
For this request, you can specify an AWS resource type such as ‘AWS::EC2::Instance`, and you can specify that the resource type is an AWS account by specifying `AWS::::Account`.
1630 1631 1632 1633 |
# File 'lib/aws-sdk-configservice/types.rb', line 1630 class GetComplianceSummaryByResourceTypeRequest < Struct.new( :resource_types) include Aws::Structure end |