Data

aws.api.Data
See theData companion object
sealed abstract class Data(_value: String, _name: String, _intValue: Int, _hints: Hints) extends Value

Designates the target as containing data of a known classification level.

Attributes

CUSTOMER_ACCOUNT_INFORMATION

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

CUSTOMER_CONTENT

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.

PERMISSIONS_DATA

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

SERVICE_ATTRIBUTES

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.

TAG_DATA

Designates metadata tags applied to AWS resources.

Companion:
object
Graph
Supertypes
class Value
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Known subtypes
object CUSTOMER_CONTENT.type
object PERMISSIONS_DATA.type
object SERVICE_ATTRIBUTES.type
object TAG_DATA.type

Members list

Concise view

Type members

Types

override type EnumType = Data

Value members

Concrete methods

override def enumeration: Enumeration[EnumType]

Attributes

Definition Classes
Value
final def widen: Data

Inherited methods

def canEqual(that: Any): Boolean

Attributes

Inherited from:
Equals

Attributes

Inherited from:
Product
def productElement(n: Int): Any

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product

Concrete fields

override val hints: Hints
override val intValue: Int
override val name: String
override val value: String