toggle menu
AWS SDK for Kotlin
1.0.65
common
switch theme
kms
/
aws.sdk.kotlin.services.kms.model
/
UpdateKeyDescriptionRequest
Update
Key
Description
Request
class
UpdateKeyDescriptionRequest
Members
Types
Builder
Link copied to clipboard
class
Builder
Companion
Link copied to clipboard
object
Companion
Properties
description
Link copied to clipboard
val
description
:
String
?
New description for the KMS key.
key
Id
Link copied to clipboard
val
keyId
:
String
?
Updates the description of the specified KMS key.
Functions
copy
Link copied to clipboard
inline
fun
copy
(
block
:
UpdateKeyDescriptionRequest.Builder
.
(
)
->
Unit
=
{}
)
:
UpdateKeyDescriptionRequest
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