Get Application Result
data class GetApplicationResult(val appBlockArn: String? = null, val arn: String? = null, val createdTime: String? = null, val description: String? = null, val displayName: String? = null, val iconS3Location: ApplicationS3Location? = null, val launchParameters: String? = null, val launchPath: String? = null, val workingDirectory: String? = null)
Constructors
Link copied to clipboard
fun GetApplicationResult(appBlockArn: String? = null, arn: String? = null, createdTime: String? = null, description: String? = null, displayName: String? = null, iconS3Location: ApplicationS3Location? = null, launchParameters: String? = null, launchPath: String? = null, workingDirectory: String? = null)