Class: Aws::KMS::Types::RotateKeyOnDemandResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-kms/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#key_idString

Identifies the symmetric encryption KMS key that you initiated on-demand rotation on.

Returns:

  • (String)


6118
6119
6120
6121
6122
# File 'lib/aws-sdk-kms/types.rb', line 6118

class RotateKeyOnDemandResponse < Struct.new(
  :key_id)
  SENSITIVE = []
  include Aws::Structure
end