AttributeValue
Represents an attribute with its associated value.
type AttributeValue {
attribute: Attribute!
value: String
}
Fields
AttributeValue.attribute ● Attribute! non-null object
The attribute definition.
AttributeValue.value ● String scalar
The attribute value.
Member Of
OperationSummary object