class Fog::Parsers::AWS::ElasticBeanstalk::DescribeApplicationVersions

Public Class Methods

new() click to toggle source
# File lib/fog/aws/parsers/beanstalk/describe_application_versions.rb, line 7
def initialize
  super("DescribeApplicationVersionsResult")
  tag 'ApplicationVersions', :object, :list
  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