GetSegmentDefinitionResult

data class GetSegmentDefinitionResult(val createdAt: String? = null, val description: String? = null, val segmentDefinitionArn: String? = null, val tags: List<Tag>? = null)

Constructors

Link copied to clipboard
constructor(createdAt: String? = null, description: String? = null, segmentDefinitionArn: String? = null, tags: List<Tag>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val createdAt: String? = null

The time of this segment definition got created.

Link copied to clipboard
val description: String? = null

The description of the segment definition.

Link copied to clipboard

The Amazon Resource Name (ARN) of the segment definition.

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

The tags used to organize, track, or control access for this resource.