AWS SDK for Kotlin
Toggle table of contents
1.4.119
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
cloudtrail
/
aws.sdk.kotlin.services.cloudtrail.model
/
LookupAttributeKey
Lookup
Attribute
Key
sealed
class
LookupAttributeKey
Inheritors
AccessKeyId
EventId
EventName
EventSource
ReadOnly
ResourceName
ResourceType
Username
SdkUnknown
Members
Types
Access
Key
Id
Link copied to clipboard
object
AccessKeyId
:
LookupAttributeKey
Companion
Link copied to clipboard
object
Companion
Event
Id
Link copied to clipboard
object
EventId
:
LookupAttributeKey
Event
Name
Link copied to clipboard
object
EventName
:
LookupAttributeKey
Event
Source
Link copied to clipboard
object
EventSource
:
LookupAttributeKey
Read
Only
Link copied to clipboard
object
ReadOnly
:
LookupAttributeKey
Resource
Name
Link copied to clipboard
object
ResourceName
:
LookupAttributeKey
Resource
Type
Link copied to clipboard
object
ResourceType
:
LookupAttributeKey
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
LookupAttributeKey
Username
Link copied to clipboard
object
Username
:
LookupAttributeKey
Properties
value
Link copied to clipboard
abstract
val
value
:
String