Sha256: 5da0fdb00b33deb363f5357ab8159909f5efc1eea4434196f24cecc4057ec59d
Contents?: true
Size: 706 Bytes
Versions: 83
Compression:
Stored size: 706 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
83 entries across 83 versions & 13 rubygems