You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::CodeDeploy::Types::UpdateApplicationInput

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing UpdateApplicationInput as input to an Aws::Client method, you can use a vanilla Hash:

{
  application_name: "ApplicationName",
  new_application_name: "ApplicationName",
}

Represents the input of an UpdateApplication operation.

Instance Attribute Summary collapse

Instance Attribute Details

#application_nameString

The current name of the application you want to change.

Returns:

  • (String)

    The current name of the application you want to change.

#new_application_nameString

The new name to give the application.

Returns:

  • (String)

    The new name to give the application.