ApplicationAcceleratorInstanceResponse

data class ApplicationAcceleratorInstanceResponse(val name: String, val status: String)

Constructors

Link copied to clipboard
constructor(name: String, status: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Name of the Application Accelerator instance.

Link copied to clipboard

Status of the Application Accelerator instance. It can be Pending, Running, Succeeded, Failed, Unknown.