toggle menu
AWS SDK for Kotlin
1.0.65
common
switch theme
macie2
/
aws.sdk.kotlin.services.macie2.model
/
StorageClass
Storage
Class
sealed
class
StorageClass
The storage class of the S3 object. Possible values are:
Inheritors
DeepArchive
Glacier
GlacierIr
IntelligentTiering
OnezoneIa
Outposts
ReducedRedundancy
Standard
StandardIa
SdkUnknown
Members
Types
Companion
Link copied to clipboard
object
Companion
Deep
Archive
Link copied to clipboard
object
DeepArchive
:
StorageClass
Glacier
Link copied to clipboard
object
Glacier
:
StorageClass
Glacier
Ir
Link copied to clipboard
object
GlacierIr
:
StorageClass
Intelligent
Tiering
Link copied to clipboard
object
IntelligentTiering
:
StorageClass
Onezone
Ia
Link copied to clipboard
object
OnezoneIa
:
StorageClass
Outposts
Link copied to clipboard
object
Outposts
:
StorageClass
Reduced
Redundancy
Link copied to clipboard
object
ReducedRedundancy
:
StorageClass
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
StorageClass
Standard
Link copied to clipboard
object
Standard
:
StorageClass
Standard
Ia
Link copied to clipboard
object
StandardIa
:
StorageClass
Properties
value
Link copied to clipboard
abstract
val
value
:
String