Sha256: 9d45df3b0d8471c784bacc7ef77bfe8b4fb065eac59a363cb880b041305ca23b
Contents?: true
Size: 546 Bytes
Versions: 83
Compression:
Stored size: 546 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
83 entries across 83 versions & 13 rubygems