Sha256: b71d22a491f30195c16e06831956bb8160c2bf4116b90e731acc2cfb14d63225
Contents?: true
Size: 703 Bytes
Versions: 98
Compression:
Stored size: 703 Bytes
Contents
module Fog module Parsers module AWS module ElasticBeanstalk require 'fog/aws/parsers/beanstalk/parser' class UpdateApplicationVersion < Fog::Parsers::AWS::ElasticBeanstalk::BaseParser def initialize super("UpdateApplicationVersionResult") tag 'ApplicationVersion', :object tag 'ApplicationName', :string tag 'DateCreated', :datetime tag 'DateUpdated', :datetime tag 'Description', :string tag 'SourceBundle', :object tag 'S3Bucket', :string tag 'S3Key', :string tag 'VersionLabel', :string end end end end end end
Version data entries
98 entries across 96 versions & 6 rubygems