ListComplianceSummariesResult
public struct ListComplianceSummariesResult : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
A list of compliant and non-compliant summary counts based on compliance types. For example, this call returns State Manager associations, patches, or custom compliance types according to the filter criteria that you specified.
Declaration
Swift
public let complianceSummaryItems: [ComplianceSummaryItem]?
-
The token for the next set of items to return. Use this token to get the next set of results.
Declaration
Swift
public let nextToken: String?
-
Undocumented
Declaration
Swift
public init(complianceSummaryItems: [ComplianceSummaryItem]? = nil, nextToken: String? = nil)