Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

AttributeOperation

import type { AttributeOperation } from "https://aws-api.deno.dev/v0.4/services/identitystore.ts?docs=full";

An operation that applies to the requested group. This operation might add, replace, or remove an attribute.

interface AttributeOperation {
AttributePath: string;
AttributeValue?: AttributeValue | null;
}

§Properties

§
AttributePath: string
[src]

A string representation of the path to a given attribute or sub-attribute. Supports JMESPath.

§
AttributeValue?: AttributeValue | null
[src]

The value of the attribute. This is a Document type. This type is not supported by Java V1, Go V1, and older versions of the AWS CLI.