Class: Aws::KMS::Types::RotateKeyOnDemandResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::KMS::Types::RotateKeyOnDemandResponse
- Defined in:
- gems/aws-sdk-kms/lib/aws-sdk-kms/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#key_id ⇒ String
Identifies the symmetric encryption KMS key that you initiated on-demand rotation on.
Instance Attribute Details
#key_id ⇒ String
Identifies the symmetric encryption KMS key that you initiated on-demand rotation on.
5980 5981 5982 5983 5984 |
# File 'gems/aws-sdk-kms/lib/aws-sdk-kms/types.rb', line 5980 class RotateKeyOnDemandResponse < Struct.new( :key_id) SENSITIVE = [] include Aws::Structure end |