SegmentResponse

Provides information about the configuration, dimension, and other settings for a segment.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The unique identifier for the application that the segment is associated with.

Link copied to clipboard
val arn: String?

The Amazon Resource Name (ARN) of the segment.

Link copied to clipboard

The date and time when the segment was created.

Link copied to clipboard

The dimension settings for the segment.

Link copied to clipboard
val id: String?

The unique identifier for the segment.

Link copied to clipboard

The settings for the import job that's associated with the segment.

Link copied to clipboard

The date and time when the segment was last modified.

Link copied to clipboard
val name: String?

The name of the segment.

Link copied to clipboard

A list of one or more segment groups that apply to the segment. Each segment group consists of zero or more base segments and the dimensions that are applied to those base segments.

Link copied to clipboard

The segment type. Valid values are:

Link copied to clipboard

A string-to-string map of key-value pairs that identifies the tags that are associated with the segment. Each tag consists of a required tag key and an associated tag value.

Link copied to clipboard
val version: Int?

The version number of the segment.

Functions

Link copied to clipboard
inline fun copy(block: SegmentResponse.Builder.() -> Unit = {}): SegmentResponse
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String