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