class Aws::CodeDeploy::Types::UpdateApplicationInput

Represents the input of an `UpdateApplication` operation.

@note When making an API call, you may pass UpdateApplicationInput

data as a hash:

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

@!attribute [rw] application_name

The current name of the application you want to change.
@return [String]

@!attribute [rw] new_application_name

The new name to give the application.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/codedeploy-2014-10-06/UpdateApplicationInput AWS API Documentation

Constants

SENSITIVE