Data

aws.api.Data
See theData companion class
object Data extends Enumeration[Data], Companion[Data]

Attributes

Companion
class
Graph
Supertypes
trait Sum
trait Mirror
trait Enumeration[Data]
trait Companion[Data]
trait Has[Data]
trait ShapeTag[Data]
trait HasId
class Object
trait Matchable
class Any
Show all
Self type
Data.type

Members list

Type members

Classlikes

case object CUSTOMER_ACCOUNT_INFORMATION extends Data

Account information means information about customers that customers provide to AWS in connection with the creation or administration of customers’ accounts.

Account information means information about customers that customers provide to AWS in connection with the creation or administration of customers’ accounts.

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
class Data
class Value
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
case object CUSTOMER_CONTENT extends Data

Customer content means any software (including machine images), data, text, audio, video or images that customers or any customer end user transfers to AWS for processing, storage or hosting by AWS services in connection with the customer’s accounts and any computational results that customers or any customer end user derive from the foregoing through their use of AWS services.

Customer content means any software (including machine images), data, text, audio, video or images that customers or any customer end user transfers to AWS for processing, storage or hosting by AWS services in connection with the customer’s accounts and any computational results that customers or any customer end user derive from the foregoing through their use of AWS services.

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
class Data
class Value
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
case object PERMISSIONS_DATA extends Data

Designates security and access roles, rules, usage policies, and permissions.

Designates security and access roles, rules, usage policies, and permissions.

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
class Data
class Value
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
case object SERVICE_ATTRIBUTES extends Data

Service Attributes means service usage data related to a customer’s account, such as resource identifiers, metadata tags, security and access roles, rules, usage policies, permissions, usage statistics, logging data, and analytics.

Service Attributes means service usage data related to a customer’s account, such as resource identifiers, metadata tags, security and access roles, rules, usage policies, permissions, usage statistics, logging data, and analytics.

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
class Data
class Value
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
case object TAG_DATA extends Data

Designates metadata tags applied to AWS resources.

Designates metadata tags applied to AWS resources.

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
class Data
class Value
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
TAG_DATA.type

Inherited classlikes

object hint

Attributes

Inherited from:
Companion
Supertypes
class Object
trait Matchable
class Any

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror

The name of the type

The name of the type

Attributes

Inherited from:
Mirror

Value members

Inherited methods

final def fromOrdinal(s: Int): Option[E]

Attributes

Inherited from:
Enumeration
final def fromString(s: String): Option[E]

Attributes

Inherited from:
Enumeration
final override def getTag: ShapeTag[A]

Attributes

Definition Classes
Companion -> Has
Inherited from:
Companion

Concrete fields

val hints: Hints
val id: ShapeId
val tag: EnumTag[Data]
val values: List[Data]

Inherited fields

lazy val intValueMap: Map[Int, Data]

Attributes

Inherited from:
Enumeration
lazy val valueMap: Map[String, Data]

Attributes

Inherited from:
Enumeration

Implicits

Implicits

implicit val schema: Schema[Data]

Inherited implicits

implicit val tagInstance: ShapeTag[Data]

Attributes

Inherited from:
Companion