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)


5722
5723
5724
5725
5726
# File 'lib/aws-sdk-kms/types.rb', line 5722

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