GetCustomDataIdentifierResult

data class GetCustomDataIdentifierResult(val arn: String? = null, val id: String? = null, val tags: List<Tag>? = null)

Constructors

Link copied to clipboard
constructor(arn: String? = null, id: String? = null, tags: List<Tag>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String? = null

Custom data identifier ARN.

Link copied to clipboard
val id: String? = null

Custom data identifier ID.

Link copied to clipboard
val tags: List<Tag>? = null

A collection of tags associated with a resource