Class: Aws::KMS::Types::CreateKeyResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-kms/types.rb

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#key_metadataTypes::KeyMetadata

Metadata associated with the CMK.

Returns:



405
406
407
408
# File 'lib/aws-sdk-kms/types.rb', line 405

class CreateKeyResponse < Struct.new(
  :key_metadata)
  include Aws::Structure
end