GetRobotApplicationResult

data class GetRobotApplicationResult(val arn: String? = null, val currentRevisionId: String? = null, val environment: String? = null, val robotSoftwareSuite: RobotApplicationRobotSoftwareSuite? = null, val tags: Map<String, String>? = null)

Constructors

Link copied to clipboard
constructor(arn: String? = null, currentRevisionId: String? = null, environment: String? = null, robotSoftwareSuite: RobotApplicationRobotSoftwareSuite? = null, tags: Map<String, String>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String? = null

The Amazon Resource Name (ARN) of the robot application.

Link copied to clipboard

The revision ID of robot application.

Link copied to clipboard
val environment: String? = null

The URI of the Docker image for the robot application.

Link copied to clipboard

The robot software suite used by the robot application.

Link copied to clipboard
val tags: Map<String, String>? = null

A map that contains tag keys and tag values that are attached to the robot application.