Sha256: d132ee1d9f83d4895dcde98ca4ae4aaea276ee5ea1cb97a32889bfc01bfa295a
Contents?: true
Size: 856 Bytes
Versions: 1
Compression:
Stored size: 856 Bytes
Contents
module Fog module Parsers module AWS module ElasticBeanstalk require 'rackspace-fog/aws/parsers/beanstalk/parser' class CreateConfigurationTemplate < Fog::Parsers::AWS::ElasticBeanstalk::BaseParser def initialize super("CreateConfigurationTemplateResult") tag 'ApplicationName', :string tag 'DateCreated', :datetime tag 'DateUpdated', :datetime tag 'DeploymentStatus', :string tag 'Description', :string tag 'EnvironmentName', :string tag 'OptionSettings', :object, :list tag 'Namespace', :string tag 'OptionName', :string tag 'Value', :string tag 'SolutionStackName', :string tag 'TemplateName', :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/create_configuration_template.rb |