GetSegmentResult

data class GetSegmentResult(val arn: String? = null, val description: String? = null, val name: String? = null, val pattern: String? = null, val tags: List<Tag>? = null)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String? = null

The ARN of the segment. For example, arn:aws:evidently:us-west-2:123456789012:segment/australiaSegment

Link copied to clipboard
val description: String? = null

An optional description for this segment.

Link copied to clipboard
val name: String? = null

A name for the segment.

Link copied to clipboard
val pattern: String? = null

The pattern to use for the segment. For more information about pattern syntax, see Segment rule pattern syntax .

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

An array of key-value pairs to apply to this resource.