ListAssociationsResult
public struct ListAssociationsResult : AWSShapeUndocumented
- 
                  
                  DeclarationSwift public static var _members: [AWSShapeMember]
- 
                  
                  The associations. DeclarationSwift public let associations: [Association]?
- 
                  
                  The token to use when requesting the next set of items. If there are no additional items to return, the string is empty. DeclarationSwift public let nextToken: String?
- 
                  
                  Undocumented DeclarationSwift public init(associations: [Association]? = nil, nextToken: String? = nil)
 View on GitHub
View on GitHub ListAssociationsResult Structure Reference
        ListAssociationsResult Structure Reference