AppSummary

A summary of an app, including its identifier, name, and metadata.

Types

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

Properties

Link copied to clipboard

The ID of the app.

Link copied to clipboard
val arn: String?

The Amazon Resource Name (ARN) of the app.

Link copied to clipboard

The time that the app was created.

Link copied to clipboard

The time that the app was last updated.

Link copied to clipboard
val name: String?

The display name of the app.

Link copied to clipboard

The sharing status of the app: PUBLIC if the app is shared publicly, or PRIVATE if it is private.

Functions

Link copied to clipboard
inline fun copy(block: AppSummary.Builder.() -> Unit = {}): AppSummary
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