ListPolicyAttachmentsRequest
public struct ListPolicyAttachmentsRequest : AWSShape
extension CloudDirectory.ListPolicyAttachmentsRequest: 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 objects reside. 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 policy object.
Declaration
Swift
public let policyReference: ObjectReference -
Undocumented
Declaration
Swift
public init(consistencyLevel: ConsistencyLevel? = nil, directoryArn: String, maxResults: Int? = nil, nextToken: String? = nil, policyReference: ObjectReference) -
Declaration
Swift
public func validate(name: String) throws
-
Undocumented
Declaration
Swift
public func usingPaginationToken(_ token: String) -> CloudDirectory.ListPolicyAttachmentsRequest
View on GitHub
ListPolicyAttachmentsRequest Structure Reference