Methods

Class/Module Index [+]

Quicksearch

Fog::Parsers::AWS::ElasticBeanstalk::DescribeEnvironments

Public Class Methods

new() click to toggle source
# File lib/fog/aws/parsers/beanstalk/describe_environments.rb, line 9
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

[Validate]

Generated with the Darkfish Rdoc Generator 2.