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:



2090
2091
2092
2093
2094
# File 'lib/aws-sdk-kms/types.rb', line 2090

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