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