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.
1177 1178 1179 1180 1181 |
# File 'lib/aws-sdk-kms/types.rb', line 1177 class CreateKeyResponse < Struct.new( :key_metadata) SENSITIVE = [] include Aws::Structure end |