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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-kms/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)


5510
5511
5512
5513
5514
# File 'gems/aws-sdk-kms/lib/aws-sdk-kms/types.rb', line 5510

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