Class: Aws::KMS::Types::DescribeKeyResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#key_metadataTypes::KeyMetadata

Metadata associated with the key.

Returns:



1894
1895
1896
1897
1898
# File 'lib/aws-sdk-kms/types.rb', line 1894

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