AWS SDK for Kotlin
Toggle table of contents
1.5.0
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
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