Class: Aws::KMS::Types::GetKeyRotationStatusResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-kms/types.rb

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#key_rotation_enabledBoolean

A Boolean value that specifies whether key rotation is enabled.

Returns:

  • (Boolean)


1128
1129
1130
1131
# File 'lib/aws-sdk-kms/types.rb', line 1128

class GetKeyRotationStatusResponse < Struct.new(
  :key_rotation_enabled)
  include Aws::Structure
end