Sha256: 398f3273785e3b47d12aaee719c8eb9605163bc4845d1dd9674294088f6a6255
Contents?: true
Size: 940 Bytes
Versions: 1
Compression:
Stored size: 940 Bytes
Contents
module Fog module Parsers module AWS module ElasticBeanstalk require 'rackspace-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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
rackspace-fog-1.4.2 | lib/rackspace-fog/aws/parsers/beanstalk/describe_configuration_options.rb |