UpdateApplicationResponse

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The application Amazon Resource Name (ARN).

Link copied to clipboard

The name of the author publishing the app.

Link copied to clipboard

The date and time this resource was created.

Link copied to clipboard

The description of the application.

Link copied to clipboard

A URL with more information about the application, for example the location of your GitHub repository for the application.

Link copied to clipboard

Whether the author of this application has been verified. This means means that AWS has made a good faith review, as a reasonable and prudent service provider, of the information provided by the requester and has confirmed that the requester's identity is as claimed.

Link copied to clipboard

Labels to improve discovery of apps in search results.

Link copied to clipboard

A link to a license file of the app that matches the spdxLicenseID value of your application.

Link copied to clipboard
val name: String?

The name of the application.

Link copied to clipboard

A link to the readme file in Markdown language that contains a more detailed description of the application and how it works.

Link copied to clipboard

A valid identifier from https://spdx.org/licenses/.

Link copied to clipboard

The URL to the public profile of a verified author. This URL is submitted by the author.

Link copied to clipboard

Version information about the application.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String