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