class Fog::Parsers::AWS::ElasticBeanstalk::TerminateEnvironment

Public Class Methods

new() click to toggle source
# File lib/fog/aws/parsers/beanstalk/terminate_environment.rb, line 7
def initialize
  super("TerminateEnvironmentResult")
  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