Sha256: 6b60228f3c4f2c5b92921e3afc0745e0c6e9287e78c5f05ec078656757afef14
Contents?: true
Size: 718 Bytes
Versions: 83
Compression:
Stored size: 718 Bytes
Contents
module Fog module Parsers module AWS module ElasticBeanstalk require 'fog/aws/parsers/beanstalk/parser' class DescribeEvents < Fog::Parsers::AWS::ElasticBeanstalk::BaseParser def initialize super("DescribeEventsResult") tag 'Events', :object, :list tag 'ApplicationName', :string tag 'EnvironmentName', :string tag 'EventDate', :datetime tag 'Message', :string tag 'RequestId', :string tag 'Severity', :string tag 'TemplateName', :string tag 'VersionLabel', :string tag 'NextToken', :string end end end end end end
Version data entries
83 entries across 83 versions & 13 rubygems