Sha256: 42a036109f414d9b15783b398b2c48de0647ce0113e95e1157b82cdd0ee198da

Contents?: true

Size: 927 Bytes

Versions: 98

Compression:

Stored size: 927 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

98 entries across 96 versions & 6 rubygems

Version Path
fog-aws-3.30.0 lib/fog/aws/parsers/beanstalk/describe_configuration_options.rb
fog-aws-3.29.0 lib/fog/aws/parsers/beanstalk/describe_configuration_options.rb
fog-aws-3.28.0 lib/fog/aws/parsers/beanstalk/describe_configuration_options.rb
fog-aws-3.27.0 lib/fog/aws/parsers/beanstalk/describe_configuration_options.rb
fog-aws-3.26.0 lib/fog/aws/parsers/beanstalk/describe_configuration_options.rb
fog-aws-3.25.0 lib/fog/aws/parsers/beanstalk/describe_configuration_options.rb
fog-aws-3.24.0 lib/fog/aws/parsers/beanstalk/describe_configuration_options.rb
fog-aws-3.23.0 lib/fog/aws/parsers/beanstalk/describe_configuration_options.rb
fog-aws-3.22.0 lib/fog/aws/parsers/beanstalk/describe_configuration_options.rb
fog-aws-3.21.1 lib/fog/aws/parsers/beanstalk/describe_configuration_options.rb
fog-aws-3.21.0 lib/fog/aws/parsers/beanstalk/describe_configuration_options.rb
fog-aws-3.20.0 lib/fog/aws/parsers/beanstalk/describe_configuration_options.rb
fog-aws-3.19.0 lib/fog/aws/parsers/beanstalk/describe_configuration_options.rb
fog-aws-3.18.0 lib/fog/aws/parsers/beanstalk/describe_configuration_options.rb
fog-aws-3.17.0 lib/fog/aws/parsers/beanstalk/describe_configuration_options.rb
fog-aws-3.16.0 lib/fog/aws/parsers/beanstalk/describe_configuration_options.rb
fog-aws-3.15.0 lib/fog/aws/parsers/beanstalk/describe_configuration_options.rb
fog-aws-3.14.0 lib/fog/aws/parsers/beanstalk/describe_configuration_options.rb
fog-aws-3.13.0 lib/fog/aws/parsers/beanstalk/describe_configuration_options.rb
fog-aws-3.12.0 lib/fog/aws/parsers/beanstalk/describe_configuration_options.rb