Sha256: 58dba387681958628c4a7bfc758af322fe4ba9a083fc1bd725e7cbcd7c28da8c
Contents?: true
Size: 715 Bytes
Versions: 97
Compression:
Stored size: 715 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
97 entries across 95 versions & 6 rubygems