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

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_rotation_enabledBoolean

A Boolean value that specifies whether key rotation is enabled.

Returns:

  • (Boolean)


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