DescribeRobotApplicationResponse

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 robot application.

Link copied to clipboard

The object that contains the Docker image URI used to create the robot application.

Link copied to clipboard

A SHA256 identifier for the Docker image that you use for your robot application.

Link copied to clipboard

The time, in milliseconds since the epoch, when the robot application was last updated.

Link copied to clipboard
val name: String?

The name of the robot application.

Link copied to clipboard

The revision id of the robot application.

Link copied to clipboard

The robot software suite used by the robot application.

Link copied to clipboard

The sources of the robot application.

Link copied to clipboard

The list of all tags added to the specified robot application.

Link copied to clipboard

The version of the robot application.

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