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:



530
531
532
533
# File 'lib/aws-sdk-kms/types.rb', line 530

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