Sha256: b50c39492316b5016d0e826b007ac430a883414fd1078363b8d8b099ff164aad
Contents?: true
Size: 541 Bytes
Versions: 162
Compression:
Stored size: 541 Bytes
Contents
class AWS module DNS module Formats RESOURCE_RECORD_SET = { "ResourceRecords" => Array, "Name" => String, "Type" => String, "AliasTarget"=> Fog::Nullable::Hash, "TTL" => Fog::Nullable::String } LIST_RESOURCE_RECORD_SETS = { "ResourceRecordSets" => [RESOURCE_RECORD_SET], "IsTruncated" => Fog::Boolean, "MaxItems" => Integer, "NextRecordName" => Fog::Nullable::String, "NextRecordType" => Fog::Nullable::String } end end end
Version data entries
162 entries across 160 versions & 18 rubygems