Sha256: 433d94f404255150bbf06d8d3b2e67d7734235d9f71558184d6b85ed7502c7f3

Contents?: true

Size: 930 Bytes

Versions: 83

Compression:

Stored size: 930 Bytes

Contents

module Fog
  module Parsers
    module AWS
      module ElasticBeanstalk

        require 'fog/aws/parsers/beanstalk/parser'
        class DescribeConfigurationOptions < Fog::Parsers::AWS::ElasticBeanstalk::BaseParser

          def initialize
            super("DescribeConfigurationOptionsResult")
            tag 'SolutionStackName', :string
            tag 'Options', :object, :list
            tag 'ChangeSeverity', :string
            tag 'DefaultValue', :string
            tag 'MaxLength', :integer
            tag 'MaxValue', :integer
            tag 'MinValue', :integer
            tag 'Name', :string
            tag 'Namespace', :string
            tag 'Regex', :object
            tag 'Label', :string
            tag 'Pattern', :string
            tag 'UserDefined', :boolean
            tag 'ValueOptions', :string, :list
            tag 'ValueType', :string
          end

        end
      end
    end
  end
end

Version data entries

83 entries across 83 versions & 13 rubygems

Version Path
fog-1.10.1 lib/fog/aws/parsers/beanstalk/describe_configuration_options.rb
fog-parser-fix-1.6.1 lib/fog/aws/parsers/beanstalk/describe_configuration_options.rb
fog-test-again-1.6.0 lib/fog/aws/parsers/beanstalk/describe_configuration_options.rb
fog-test-me-1.10.0 lib/fog/aws/parsers/beanstalk/describe_configuration_options.rb
fog-parser-fix-1.6.0 lib/fog/aws/parsers/beanstalk/describe_configuration_options.rb
fog-1.10.0 lib/fog/aws/parsers/beanstalk/describe_configuration_options.rb
fog-1.9.0 lib/fog/aws/parsers/beanstalk/describe_configuration_options.rb
fog-maestrodev-1.8.0.20130114204828 lib/fog/aws/parsers/beanstalk/describe_configuration_options.rb
fog-maestrodev-1.8.0.20130111070250 lib/fog/aws/parsers/beanstalk/describe_configuration_options.rb
fog-maestrodev-1.8.0.20130109172219 lib/fog/aws/parsers/beanstalk/describe_configuration_options.rb
ey-vendored-backup-3.0.27 vendor/gems/fog/lib/fog/aws/parsers/beanstalk/describe_configuration_options.rb
fog-sgonyea-1.8.1 lib/fog/aws/parsers/beanstalk/describe_configuration_options.rb
fog-1.8.0 lib/fog/aws/parsers/beanstalk/describe_configuration_options.rb
fog-maestrodev-1.7.0.20121114190951 lib/fog/aws/parsers/beanstalk/describe_configuration_options.rb
fog-1.7.0 lib/fog/aws/parsers/beanstalk/describe_configuration_options.rb
fog-1.6.0 lib/fog/aws/parsers/beanstalk/describe_configuration_options.rb
fog-1.5.0 lib/fog/aws/parsers/beanstalk/describe_configuration_options.rb
fog-1.4.0 lib/fog/aws/parsers/beanstalk/describe_configuration_options.rb
michiels-fog-1.3.1 lib/fog/aws/parsers/beanstalk/describe_configuration_options.rb
ftl-0.2.0 vendor/bundle/gems/fog-1.3.1/lib/fog/aws/parsers/beanstalk/describe_configuration_options.rb