Sha256: bfb7590da0d4cb8d531c164fa9492f4c12400ee9c9458b5bb55574bd83d80ec5
Contents?: true
Size: 552 Bytes
Versions: 83
Compression:
Stored size: 552 Bytes
Contents
module Fog module Parsers module AWS module ElasticBeanstalk require 'fog/aws/parsers/beanstalk/parser' class RetrieveEnvironmentInfo < Fog::Parsers::AWS::ElasticBeanstalk::BaseParser def initialize super("RetrieveEnvironmentInfoResult") tag 'EnvironmentInfo', :object, :list tag 'Ec2InstanceId', :string tag 'InfoType', :string tag 'Message', :string tag 'SampleTimestamp', :datetime end end end end end end
Version data entries
83 entries across 83 versions & 13 rubygems