class Fog::Parsers::AWS::ElasticBeanstalk::DescribeEnvironments
Public Class Methods
new()
click to toggle source
Calls superclass method
Fog::Parsers::AWS::ElasticBeanstalk::BaseParser::new
# File lib/fog/aws/parsers/beanstalk/describe_environments.rb, line 7 def initialize super("DescribeEnvironmentsResult") tag 'Environments', :object, :list tag 'ApplicationName', :string tag 'CNAME', :string tag 'DateCreated', :datetime tag 'DateUpdated', :datetime tag 'Description', :string tag 'EndpointURL', :string tag 'EnvironmentId', :string tag 'EnvironmentName', :string tag 'Health', :string tag 'Resources', :object tag 'LoadBalancer', :object tag 'Domain', :string tag 'LoadBalancerName', :string tag 'Listeners', :object, :list tag 'Port', :integer tag 'Protocol', :string tag 'SolutionStackName', :string tag 'Status', :string tag 'TemplateName', :string tag 'VersionLabel', :string end