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.
1131 1132 1133 1134 1135 |
# File 'gems/aws-sdk-kms/lib/aws-sdk-kms/types.rb', line 1131 class CreateKeyResponse < Struct.new( :key_metadata) SENSITIVE = [] include Aws::Structure end |