ListObjectChildrenRequest
public struct ListObjectChildrenRequest : AWSShape
extension CloudDirectory.ListObjectChildrenRequest: AWSPaginateStringToken
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Represents the manner and timing in which the successful write or update of an object is reflected in a subsequent read operation of that same object.
Declaration
Swift
public let consistencyLevel: ConsistencyLevel?
-
The Amazon Resource Name (ARN) that is associated with the Directory where the object resides. For more information, see arns.
Declaration
Swift
public let directoryArn: String
-
The maximum number of items to be retrieved in a single call. This is an approximate number.
Declaration
Swift
public let maxResults: Int?
-
The pagination token.
Declaration
Swift
public let nextToken: String?
-
The reference that identifies the object for which child objects are being listed.
Declaration
Swift
public let objectReference: ObjectReference
-
Undocumented
Declaration
Swift
public init(consistencyLevel: ConsistencyLevel? = nil, directoryArn: String, maxResults: Int? = nil, nextToken: String? = nil, objectReference: ObjectReference)
-
Declaration
Swift
public func validate(name: String) throws
-
Undocumented
Declaration
Swift
public func usingPaginationToken(_ token: String) -> CloudDirectory.ListObjectChildrenRequest