Sha256: b6407a4975c0f51048fc0a709670d58bccf1b36073fd9d66ffa2a2d0973ff583
Contents?: true
Size: 636 Bytes
Versions: 83
Compression:
Stored size: 636 Bytes
Contents
module Fog module Parsers module AWS module ElasticBeanstalk require 'fog/aws/parsers/beanstalk/parser' class UpdateApplication < Fog::Parsers::AWS::ElasticBeanstalk::BaseParser def initialize super("UpdateApplicationResult") tag 'Application', :object tag 'Versions', :string, :list tag 'ConfigurationTemplates', :string, :list tag 'ApplicationName', :string tag 'Description', :string tag 'DateCreated', :datetime tag 'DateUpdated', :datetime end end end end end end
Version data entries
83 entries across 83 versions & 13 rubygems