Class: Aws::ConfigService::Types::GetComplianceSummaryByResourceTypeRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ConfigService::Types::GetComplianceSummaryByResourceTypeRequest
- Defined in:
- gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
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 Amazon Web Services resource
type such as AWS::EC2::Instance. You can specify that the resource
type is an Amazon Web Services account by specifying
AWS::::Account.
4746 4747 4748 4749 4750 |
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 4746 class GetComplianceSummaryByResourceTypeRequest < Struct.new( :resource_types) SENSITIVE = [] include Aws::Structure end |