ListTypedLinkFacetAttributesResponse
public struct ListTypedLinkFacetAttributesResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
An ordered set of attributes associate with the typed link.
Declaration
Swift
public let attributes: [TypedLinkAttributeDefinition]?
-
The pagination token.
Declaration
Swift
public let nextToken: String?
-
Undocumented
Declaration
Swift
public init(attributes: [TypedLinkAttributeDefinition]? = nil, nextToken: String? = nil)