# File lib/fog/aws/parsers/beanstalk/retrieve_environment_info.rb, line 9
          def initialize
            super("RetrieveEnvironmentInfoResult")
            tag 'EnvironmentInfo', :object, :list
            tag 'Ec2InstanceId', :string
            tag 'InfoType', :string
            tag 'Message', :string
            tag 'SampleTimestamp', :datetime
          end