GetTagSyncTaskResult

data class GetTagSyncTaskResult(val groupArn: String? = null, val groupName: String? = null, val status: TagSyncTaskStatus? = null, val taskArn: String? = null)

Constructors

Link copied to clipboard
constructor(groupArn: String? = null, groupName: String? = null, status: TagSyncTaskStatus? = null, taskArn: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val groupArn: String? = null

The Amazon resource name (ARN) of the ApplicationGroup for which the TagSyncTask is created

Link copied to clipboard
val groupName: String? = null

The Name of the application group for which the TagSyncTask is created

Link copied to clipboard

The status of the TagSyncTask

Link copied to clipboard
val taskArn: String? = null

The ARN of the TagSyncTask resource