toggle menu
AWS SDK for Kotlin
1.0.65
common
switch theme
kms
/
aws.sdk.kotlin.services.kms.model
/
GetKeyRotationStatusResponse
Get
Key
Rotation
Status
Response
class
GetKeyRotationStatusResponse
Members
Types
Builder
Link copied to clipboard
class
Builder
Companion
Link copied to clipboard
object
Companion
Properties
key
Rotation
Enabled
Link copied to clipboard
val
keyRotationEnabled
:
Boolean
A Boolean value that specifies whether key rotation is enabled.
Functions
copy
Link copied to clipboard
inline
fun
copy
(
block
:
GetKeyRotationStatusResponse.Builder
.
(
)
->
Unit
=
{}
)
:
GetKeyRotationStatusResponse
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