Skip to content

QueryEditorOperator🔗

TS type is QueryEditorOperator, extended in veneer

Definition🔗

class QueryEditorOperator:
    """
    TS type is QueryEditorOperator<T extends QueryEditorOperatorValueType>, extended in veneer
    """

    name: typing.Optional[str]
    value: typing.Optional[typing.Union[str, bool, int, list[cloudwatch.QueryEditorOperatorType]]]

Methods🔗

to_json🔗

Converts this object into a representation that can easily be encoded to JSON.

def to_json() -> dict[str, object]

from_json🔗

Builds this object from a JSON-decoded dict.

@classmethod
def from_json(data: dict[str, typing.Any]) -> typing.Self

See also🔗