Package software.amazon.smithy.rulesengine.language.evaluation.value
-
Class Summary Class Description ArrayValue An array of values of the same type.BooleanValue A boolean value of true or false.EmptyValue An empty value.EndpointValue An endpoint value, containing a URL as well as headers that MUST be sent.EndpointValue.Builder A builder used to create anEndpointValue
class.IntegerValue An integer value.RecordValue A record value, containing a map of identifiers to other values.StringValue A string value.Value An abstract representing a typed value.