Sha256: a9ba5b5e5b35347546e867839f6702d379a61ee10ea220ae672c770331c7368f
Contents?: true
Size: 717 Bytes
Versions: 98
Compression:
Stored size: 717 Bytes
Contents
module Fog module Parsers module AWS module ElasticBeanstalk require 'fog/aws/parsers/beanstalk/parser' class DescribeApplicationVersions < Fog::Parsers::AWS::ElasticBeanstalk::BaseParser 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 end end end end end
Version data entries
98 entries across 96 versions & 6 rubygems