class Aws::AppRegistry::Types::UpdateApplicationRequest

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

data as a hash:

    {
      application: "ApplicationSpecifier", # required
      name: "Name",
      description: "Description",
    }

@!attribute [rw] application

The name or ID of the application that will be updated.
@return [String]

@!attribute [rw] name

The new name of the application. The name must be unique in the
region in which you are updating the application.
@return [String]

@!attribute [rw] description

The new description of the application.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/AWS242AppRegistry-2020-06-24/UpdateApplicationRequest AWS API Documentation

Constants

SENSITIVE