Sha256: 8068beb1f32574bc4f7fdb363022e3d354e83056c54205969cf63905d21e0691
Contents?: true
Size: 562 Bytes
Versions: 1
Compression:
Stored size: 562 Bytes
Contents
module Fog module Parsers module AWS module ElasticBeanstalk require 'rackspace-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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
rackspace-fog-1.4.2 | lib/rackspace-fog/aws/parsers/beanstalk/retrieve_environment_info.rb |