ListComplianceItemsResult
public struct ListComplianceItemsResult : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
A list of compliance information for the specified resource ID.
Declaration
Swift
public let complianceItems: [ComplianceItem]?
-
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(complianceItems: [ComplianceItem]? = nil, nextToken: String? = nil)