toggle menu
AWS SDK for Kotlin
1.0.65
common
switch theme
kms
/
aws.sdk.kotlin.services.kms.model
/
KeyListEntry
Key
List
Entry
class
KeyListEntry
Contains information about each entry in the key list.
Members
Types
Builder
Link copied to clipboard
class
Builder
Companion
Link copied to clipboard
object
Companion
Properties
key
Arn
Link copied to clipboard
val
keyArn
:
String
?
ARN of the key.
key
Id
Link copied to clipboard
val
keyId
:
String
?
Unique identifier of the key.
Functions
copy
Link copied to clipboard
inline
fun
copy
(
block
:
KeyListEntry.Builder
.
(
)
->
Unit
=
{}
)
:
KeyListEntry
equals
Link copied to clipboard
open
operator override
fun
equals
(
other
:
Any
?
)
:
Boolean
hash
Code
Link copied to clipboard
open
override
fun
hashCode
(
)
:
Int
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String