Sha256: 947266e3a96018f6374bde4cbf96abdd8963d86c409576c0da1dada989c948b3
Contents?: true
Size: 423 Bytes
Versions: 83
Compression:
Stored size: 423 Bytes
Contents
module Fog module Parsers module AWS module ElasticBeanstalk require 'fog/aws/parsers/beanstalk/parser' class CheckDNSAvailability < Fog::Parsers::AWS::ElasticBeanstalk::BaseParser def initialize super("CheckDNSAvailabilityResult") tag 'FullyQualifiedCNAME', :string tag 'Available', :boolean end end end end end end
Version data entries
83 entries across 83 versions & 13 rubygems