GetRobotResult

data class GetRobotResult(val arn: String? = null, val tags: RobotTags? = null)

Constructors

Link copied to clipboard
fun GetRobotResult(arn: String? = null, tags: RobotTags? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String? = null
Link copied to clipboard
val tags: RobotTags? = null