GetSegmentPlainArgs

data class GetSegmentPlainArgs(val arn: String) : ConvertibleToJava<GetSegmentPlainArgs>

Constructors

Link copied to clipboard
constructor(arn: String)

Properties

Link copied to clipboard
val arn: String

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

Functions

Link copied to clipboard
open override fun toJava(): GetSegmentPlainArgs