class Fog::Parsers::AWS::ElasticBeanstalk::RetrieveEnvironmentInfo
Public Class Methods
new()
click to toggle source
Calls superclass method
Fog::Parsers::AWS::ElasticBeanstalk::BaseParser::new
# File lib/fog/aws/parsers/beanstalk/retrieve_environment_info.rb, line 7 def initialize super("RetrieveEnvironmentInfoResult") tag 'EnvironmentInfo', :object, :list tag 'Ec2InstanceId', :string tag 'InfoType', :string tag 'Message', :string tag 'SampleTimestamp', :datetime end