Sha256: 5f56904fb16f06089f86b67d0cfbd55aa5e3f0b370c9e5509b245f99f9c82508
Contents?: true
Size: 543 Bytes
Versions: 98
Compression:
Stored size: 543 Bytes
Contents
module Fog module Parsers module AWS module ElasticBeanstalk require 'fog/aws/parsers/beanstalk/parser' class ValidateConfigurationSettings < Fog::Parsers::AWS::ElasticBeanstalk::BaseParser def initialize super("ValidateConfigurationSettingsResult") tag 'Messages', :object, :list tag 'Message', :string tag 'Namespace', :string tag 'OptionName', :string tag 'Severity', :string end end end end end end
Version data entries
98 entries across 96 versions & 6 rubygems