QueryEditorOperator🔗
TS type is QueryEditorOperator Converts this object into a representation that can easily be encoded to JSON. Builds this object from a JSON-decoded dict.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🔗
from_json🔗
See also🔗