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.
1149 1150 1151 1152 1153 |
# File 'gems/aws-sdk-kms/lib/aws-sdk-kms/types.rb', line 1149 class CreateKeyResponse < Struct.new( :key_metadata) SENSITIVE = [] include Aws::Structure end |