ListComplianceItemsResult
public struct ListComplianceItemsResult : AWSShapeUndocumented
- 
                  
                  DeclarationSwift public static var _members: [AWSShapeMember]
- 
                  
                  A list of compliance information for the specified resource ID. DeclarationSwift public let complianceItems: [ComplianceItem]?
- 
                  
                  The token for the next set of items to return. Use this token to get the next set of results. DeclarationSwift public let nextToken: String?
- 
                  
                  Undocumented DeclarationSwift public init(complianceItems: [ComplianceItem]? = nil, nextToken: String? = nil)
 View on GitHub
View on GitHub ListComplianceItemsResult Structure Reference
        ListComplianceItemsResult Structure Reference