Sha256: 11109be55fff4cde448e543e6301cda4a17f99acd6240d59ff13c06ac498e234
Contents?: true
Size: 658 Bytes
Versions: 56
Compression:
Stored size: 658 Bytes
Contents
class AWS module KMS module Formats BASIC = { 'ResponseMetadata' => { 'RequestId' => String } } DESCRIBE_KEY = { "KeyMetadata" => { "KeyUsage" => String, "AWSAccountId" => String, "KeyId" => String, "Description" => Fog::Nullable::String, "CreationDate" => Time, "Arn" => String, "Enabled" => Fog::Boolean } } LIST_KEYS = { "Keys" => [{ "KeyId" => String, "KeyArn" => String }], "Truncated" => Fog::Boolean, "Marker" => Fog::Nullable::String } end end end
Version data entries
56 entries across 54 versions & 3 rubygems