Class: Aws::KMS::Types::CreateKeyResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::KMS::Types::CreateKeyResponse
- 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 KMS key.
Instance Attribute Details
#key_metadata ⇒ Types::KeyMetadata
Metadata associated with the KMS key.
1255 1256 1257 1258 1259 |
# File 'lib/aws-sdk-kms/types.rb', line 1255 class CreateKeyResponse < Struct.new( :key_metadata) SENSITIVE = [] include Aws::Structure end |