ProjectDetails

Detailed information about an AWS Mobile Hub project.

Types

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

Properties

Link copied to clipboard

Website URL for this project in the AWS Mobile Hub console.

Link copied to clipboard

Date the project was created.

Link copied to clipboard

Date of the last modification of the project.

Link copied to clipboard
val name: String?

Name of the project.

Link copied to clipboard

Unique project identifier.

Link copied to clipboard

Default region to use for AWS resource creation in the AWS Mobile Hub project.

Link copied to clipboard

List of AWS resources associated with a project.

Link copied to clipboard

Synchronization state for a project.

Functions

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