toggle menu
AWS SDK for Kotlin
1.0.65
common
switch theme
macie2
/
aws.sdk.kotlin.services.macie2.model
/
UsageType
Usage
Type
sealed
class
UsageType
The name of an Amazon Macie usage metric for an account. Possible values are:
Inheritors
AutomatedObjectMonitoring
AutomatedSensitiveDataDiscovery
DataInventoryEvaluation
SensitiveDataDiscovery
SdkUnknown
Members
Types
Automated
Object
Monitoring
Link copied to clipboard
object
AutomatedObjectMonitoring
:
UsageType
Automated
Sensitive
Data
Discovery
Link copied to clipboard
object
AutomatedSensitiveDataDiscovery
:
UsageType
Companion
Link copied to clipboard
object
Companion
Data
Inventory
Evaluation
Link copied to clipboard
object
DataInventoryEvaluation
:
UsageType
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
UsageType
Sensitive
Data
Discovery
Link copied to clipboard
object
SensitiveDataDiscovery
:
UsageType
Properties
value
Link copied to clipboard
abstract
val
value
:
String