Class: Aws::KMS::Types::GetKeyRotationStatusResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::KMS::Types::GetKeyRotationStatusResponse
- Defined in:
- gems/aws-sdk-kms/lib/aws-sdk-kms/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#key_rotation_enabled ⇒ Boolean
A Boolean value that specifies whether key rotation is enabled.
Instance Attribute Details
#key_rotation_enabled ⇒ Boolean
A Boolean value that specifies whether key rotation is enabled.
2990 2991 2992 2993 2994 |
# File 'gems/aws-sdk-kms/lib/aws-sdk-kms/types.rb', line 2990 class GetKeyRotationStatusResponse < Struct.new( :key_rotation_enabled) SENSITIVE = [] include Aws::Structure end |