LookupPolicyRequest

public struct LookupPolicyRequest : AWSShape
extension CloudDirectory.LookupPolicyRequest: AWSPaginateStringToken

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The Amazon Resource Name (ARN) that is associated with the Directory. 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 token to request the next page of results.

    Declaration

    Swift

    public let nextToken: String?
  • Reference that identifies the object whose policies will be looked up.

    Declaration

    Swift

    public let objectReference: ObjectReference
  • Undocumented

    Declaration

    Swift

    public init(directoryArn: String, maxResults: Int? = nil, nextToken: String? = nil, objectReference: ObjectReference)
  • Declaration

    Swift

    public func validate(name: String) throws