GetLinkAssociationsResponse
public struct GetLinkAssociationsResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The link associations.
Declaration
Swift
public let linkAssociations: [LinkAssociation]? -
The token for the next page of results.
Declaration
Swift
public let nextToken: String? -
Undocumented
Declaration
Swift
public init(linkAssociations: [LinkAssociation]? = nil, nextToken: String? = nil)
View on GitHub
GetLinkAssociationsResponse Structure Reference