ListObjectPoliciesRequest

public struct ListObjectPoliciesRequest : AWSShape
extension CloudDirectory.ListObjectPoliciesRequest: 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?
  • Reference that identifies the object for which policies will be 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