Class: Aws::ElasticBeanstalk::Types::UpdateApplicationMessage

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-elasticbeanstalk/lib/aws-sdk-elasticbeanstalk/types.rb

Overview

Request to update an application.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#application_nameString

The name of the application to update. If no such application is found, UpdateApplication returns an InvalidParameterValue error.

Returns:

  • (String)


4287
4288
4289
4290
4291
4292
# File 'gems/aws-sdk-elasticbeanstalk/lib/aws-sdk-elasticbeanstalk/types.rb', line 4287

class UpdateApplicationMessage < Struct.new(
  :application_name,
  :description)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

A new description for the application.

Default: If not specified, AWS Elastic Beanstalk does not update the description.

Returns:

  • (String)


4287
4288
4289
4290
4291
4292
# File 'gems/aws-sdk-elasticbeanstalk/lib/aws-sdk-elasticbeanstalk/types.rb', line 4287

class UpdateApplicationMessage < Struct.new(
  :application_name,
  :description)
  SENSITIVE = []
  include Aws::Structure
end