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-maestrodev-1.15.0.20130927082724 lib/fog/aws/parsers/beanstalk/describe_configuration_options.rb
fog-maestrodev-1.15.0.20130829165835 lib/fog/aws/parsers/beanstalk/describe_configuration_options.rb
fog-1.15.0 lib/fog/aws/parsers/beanstalk/describe_configuration_options.rb
gapinc-fog-1.14.0 lib/fog/aws/parsers/beanstalk/describe_configuration_options.rb
fog-maestrodev-1.14.0.20130806165225 lib/fog/aws/parsers/beanstalk/describe_configuration_options.rb
fog-1.14.0 lib/fog/aws/parsers/beanstalk/describe_configuration_options.rb
fog-1.13.0 lib/fog/aws/parsers/beanstalk/describe_configuration_options.rb
gapinc-fog-1.12.1.2 lib/fog/aws/parsers/beanstalk/describe_configuration_options.rb
gapinc-fog-1.12.1.1 lib/fog/aws/parsers/beanstalk/describe_configuration_options.rb
gapinc-fog-1.12.1a lib/fog/aws/parsers/beanstalk/describe_configuration_options.rb
gapinc-fog-1.12.1 lib/fog/aws/parsers/beanstalk/describe_configuration_options.rb
fog-1.12.1 lib/fog/aws/parsers/beanstalk/describe_configuration_options.rb
fog-1.12.0 lib/fog/aws/parsers/beanstalk/describe_configuration_options.rb
hpfog-0.0.20 lib/fog/aws/parsers/beanstalk/describe_configuration_options.rb
vagrant-shell-0.2.6 vendor/bundle/gems/fog-1.10.1/lib/fog/aws/parsers/beanstalk/describe_configuration_options.rb
vagrant-shell-0.2.5 vendor/bundle/gems/fog-1.10.1/lib/fog/aws/parsers/beanstalk/describe_configuration_options.rb
fog-nirvanix-1.8.2 lib/fog/aws/parsers/beanstalk/describe_configuration_options.rb
fog-1.11.1 lib/fog/aws/parsers/beanstalk/describe_configuration_options.rb
fog-1.11.0 lib/fog/aws/parsers/beanstalk/describe_configuration_options.rb
fog-nirvanix-1.8.1 lib/fog/aws/parsers/beanstalk/describe_configuration_options.rb