Class: Aws::ElasticBeanstalk::Types::UpdateApplicationVersionMessage

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#application_nameString

The name of the application associated with this version.

If no application is found with this name, UpdateApplication returns an InvalidParameterValue error.

Returns:

  • (String)


4331
4332
4333
4334
4335
4336
4337
# File 'gems/aws-sdk-elasticbeanstalk/lib/aws-sdk-elasticbeanstalk/types.rb', line 4331

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

#descriptionString

A new description for this version.

Returns:

  • (String)


4331
4332
4333
4334
4335
4336
4337
# File 'gems/aws-sdk-elasticbeanstalk/lib/aws-sdk-elasticbeanstalk/types.rb', line 4331

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

#version_labelString

The name of the version to update.

If no application version is found with this label, UpdateApplication returns an InvalidParameterValue error.

Returns:

  • (String)


4331
4332
4333
4334
4335
4336
4337
# File 'gems/aws-sdk-elasticbeanstalk/lib/aws-sdk-elasticbeanstalk/types.rb', line 4331

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