ListOutgoingTypedLinksRequest
public struct ListOutgoingTypedLinksRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The consistency level to execute the request at.
Declaration
Swift
public let consistencyLevel: ConsistencyLevel?
-
The Amazon Resource Name (ARN) of the directory where you want to list the typed links.
Declaration
Swift
public let directoryArn: String
-
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 defined on the typed link facet, not the order 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?
-
A reference that identifies the object whose attributes will be listed.
Declaration
Swift
public let objectReference: ObjectReference
-
init(consistencyLevel:directoryArn:filterAttributeRanges:filterTypedLink:maxResults:nextToken:objectReference:)
Undocumented
Declaration
Swift
public init(consistencyLevel: ConsistencyLevel? = nil, directoryArn: String, filterAttributeRanges: [TypedLinkAttributeRange]? = nil, filterTypedLink: TypedLinkSchemaAndFacetName? = nil, maxResults: Int? = nil, nextToken: String? = nil, objectReference: ObjectReference)
-
Declaration
Swift
public func validate(name: String) throws