Class: Aws::KMS::Types::DescribeKeyResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::KMS::Types::DescribeKeyResponse
- Includes:
- Structure
- Defined in:
- 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.
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 |