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

Class: Aws::AppRegistry::Types::UpdateApplicationRequest

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

Overview

Note:

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

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

Instance Attribute Summary collapse

Instance Attribute Details

#applicationString

The name or ID of the application that will be updated.

Returns:

  • (String)

    The name or ID of the application that will be updated.

#descriptionString

The new description of the application.

Returns:

  • (String)

    The new description of the application.

#nameString

The new name of the application. The name must be unique in the region in which you are updating the application.

Returns:

  • (String)

    The new name of the application.