GetKeyRotationStatusResponse
public struct GetKeyRotationStatusResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
A Boolean value that specifies whether key rotation is enabled.
Declaration
Swift
public let keyRotationEnabled: Bool? -
Undocumented
Declaration
Swift
public init(keyRotationEnabled: Bool? = nil)
View on GitHub
GetKeyRotationStatusResponse Structure Reference