GetComplianceSummaryByResourceTypeRequest

public struct GetComplianceSummaryByResourceTypeRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • 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. You can specify that the resource type is an AWS account by specifying AWS::::Account.

    Declaration

    Swift

    public let resourceTypes: [String]?
  • Undocumented

    Declaration

    Swift

    public init(resourceTypes: [String]? = nil)
  • Declaration

    Swift

    public func validate(name: String) throws