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
/
SearchResourcesSortAttributeName
Search
Resources
Sort
Attribute
Name
sealed
class
SearchResourcesSortAttributeName
The property to sort the query results by. Valid values are:
Inheritors
AccountId
ResourceName
S3ClassifiableObjectCount
S3ClassifiableSizeInBytes
SdkUnknown
Members
Types
Account
Id
Link copied to clipboard
object
AccountId
:
SearchResourcesSortAttributeName
Companion
Link copied to clipboard
object
Companion
Resource
Name
Link copied to clipboard
object
ResourceName
:
SearchResourcesSortAttributeName
S3Classifiable
Object
Count
Link copied to clipboard
object
S3ClassifiableObjectCount
:
SearchResourcesSortAttributeName
S3Classifiable
Size
In
Bytes
Link copied to clipboard
object
S3ClassifiableSizeInBytes
:
SearchResourcesSortAttributeName
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
SearchResourcesSortAttributeName
Properties
value
Link copied to clipboard
abstract
val
value
:
String