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
/
TimeRange
Time
Range
sealed
class
TimeRange
An inclusive time period that Amazon Macie usage data applies to. Possible values are:
Inheritors
MonthToDate
Past30Days
SdkUnknown
Members
Types
Companion
Link copied to clipboard
object
Companion
Month
To
Date
Link copied to clipboard
object
MonthToDate
:
TimeRange
Past30Days
Link copied to clipboard
object
Past30Days
:
TimeRange
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
TimeRange
Properties
value
Link copied to clipboard
abstract
val
value
:
String