Class: Aws::KMS::Types::RotationsListEntry

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

Overview

Contains information about completed key material rotations.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#key_idString

Unique identifier of the key.

Returns:

  • (String)


5751
5752
5753
5754
5755
5756
5757
# File 'lib/aws-sdk-kms/types.rb', line 5751

class RotationsListEntry < Struct.new(
  :key_id,
  :rotation_date,
  :rotation_type)
  SENSITIVE = []
  include Aws::Structure
end

#rotation_dateTime

Date and time that the key material rotation completed. Formatted as Unix time.

Returns:

  • (Time)


5751
5752
5753
5754
5755
5756
5757
# File 'lib/aws-sdk-kms/types.rb', line 5751

class RotationsListEntry < Struct.new(
  :key_id,
  :rotation_date,
  :rotation_type)
  SENSITIVE = []
  include Aws::Structure
end

#rotation_typeString

Returns:

  • (String)


5751
5752
5753
5754
5755
5756
5757
# File 'lib/aws-sdk-kms/types.rb', line 5751

class RotationsListEntry < Struct.new(
  :key_id,
  :rotation_date,
  :rotation_type)
  SENSITIVE = []
  include Aws::Structure
end