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)


3114
3115
3116
3117
3118
# File 'gems/aws-sdk-kms/lib/aws-sdk-kms/types.rb', line 3114

class GetKeyRotationStatusResponse < Struct.new(
  :key_rotation_enabled)
  SENSITIVE = []
  include Aws::Structure
end