ListAssociationVersionsResult
public struct ListAssociationVersionsResult : AWSShapeUndocumented
- 
                  
                  DeclarationSwift public static var _members: [AWSShapeMember]
- 
                  
                  Information about all versions of the association for the specified association ID. DeclarationSwift public let associationVersions: [AssociationVersionInfo]?
- 
                  
                  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(associationVersions: [AssociationVersionInfo]? = nil, nextToken: String? = nil)
 View on GitHub
View on GitHub ListAssociationVersionsResult Structure Reference
        ListAssociationVersionsResult Structure Reference