class Fog::Parsers::AWS::ElasticBeanstalk::UpdateApplicationVersion

Public Class Methods

new() click to toggle source
# File lib/fog/aws/parsers/beanstalk/update_application_version.rb, line 7
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