Class: Aws::KMS::Types::RotateKeyOnDemandResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::KMS::Types::RotateKeyOnDemandResponse
- Includes:
- Structure
- Defined in:
- 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.
5716 5717 5718 5719 5720 |
# File 'lib/aws-sdk-kms/types.rb', line 5716 class RotateKeyOnDemandResponse < Struct.new( :key_id) SENSITIVE = [] include Aws::Structure end |