Class: Aws::KMS::Types::DescribeKeyResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::KMS::Types::DescribeKeyResponse
- Defined in:
- gems/aws-sdk-kms/lib/aws-sdk-kms/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#key_metadata ⇒ Types::KeyMetadata
Metadata associated with the key.
Instance Attribute Details
#key_metadata ⇒ Types::KeyMetadata
Metadata associated with the key.
2084 2085 2086 2087 2088 |
# File 'gems/aws-sdk-kms/lib/aws-sdk-kms/types.rb', line 2084 class DescribeKeyResponse < Struct.new( :key_metadata) SENSITIVE = [] include Aws::Structure end |