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

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#key_metadataTypes::KeyMetadata

Metadata associated with the KMS key.

Returns:



1147
1148
1149
1150
1151
# File 'gems/aws-sdk-kms/lib/aws-sdk-kms/types.rb', line 1147

class CreateKeyResponse < Struct.new(
  :key_metadata)
  SENSITIVE = []
  include Aws::Structure
end