BatchListIncomingTypedLinks
public struct BatchListIncomingTypedLinks : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Provides range filters for multiple attributes. When providing ranges to typed link selection, any inexact ranges must be specified at the end. Any attributes that do not have a range specified are presumed to match the entire range.
Declaration
Swift
public let filterAttributeRanges: [TypedLinkAttributeRange]?
-
Filters are interpreted in the order of the attributes on the typed link facet, not the order in which they are supplied to any API calls.
Declaration
Swift
public let filterTypedLink: TypedLinkSchemaAndFacetName?
-
The maximum number of results to retrieve.
Declaration
Swift
public let maxResults: Int?
-
The pagination token.
Declaration
Swift
public let nextToken: String?
-
The reference that identifies the object whose attributes will be listed.
Declaration
Swift
public let objectReference: ObjectReference
-
Undocumented
Declaration
Swift
public init(filterAttributeRanges: [TypedLinkAttributeRange]? = nil, filterTypedLink: TypedLinkSchemaAndFacetName? = nil, maxResults: Int? = nil, nextToken: String? = nil, objectReference: ObjectReference)
-
Declaration
Swift
public func validate(name: String) throws