ApplicationResponse

Provides information about an application.

Types

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

Properties

Link copied to clipboard
val arn: String?

The Amazon Resource Name (ARN) of the application.

Link copied to clipboard

The date and time when the Application was created.

Link copied to clipboard
val id: String?

The unique identifier for the application. This identifier is displayed as the Project ID on the Amazon Pinpoint console.

Link copied to clipboard
val name: String?

The display name of the application. This name is displayed as the Project name on the Amazon Pinpoint console.

Link copied to clipboard

A string-to-string map of key-value pairs that identifies the tags that are associated with the application. Each tag consists of a required tag key and an associated tag value.

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