AttributeValue

final case
class AttributeValue(b: Option[String], bs: Option[String], bool: Option[Boolean], l: Option[List[AttributeValue]], m: Option[Map[String, AttributeValue]], n: Option[String], ns: Option[List[String]], nul: Boolean, s: Option[String], ss: Option[List[String]])
Companion
object
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Inherited methods

def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product