EnvironmentAttributes

class Object
trait Matchable
class Any

Value members

Concrete methods

def apply[F[_] : Sync]: F[Map[String, AttributeValue]]
def excludeKeys[F[_] : Sync](excludeKeys: Set[String]): F[Map[String, AttributeValue]]
def filterKeys[F[_] : Sync](filterKeys: String => Boolean): F[Map[String, AttributeValue]]
def includeKeys[F[_] : Sync](includeKeys: Set[String]): F[Map[String, AttributeValue]]