ConnectAttachmentProposedSegmentChange

data class ConnectAttachmentProposedSegmentChange(val attachmentPolicyRuleNumber: Int? = null, val segmentName: String? = null, val tags: List<ConnectAttachmentTag>? = null)

The attachment to move from one segment to another.

Constructors

Link copied to clipboard
constructor(attachmentPolicyRuleNumber: Int? = null, segmentName: String? = null, tags: List<ConnectAttachmentTag>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The rule number in the policy document that applies to this change.

Link copied to clipboard
val segmentName: String? = null

The name of the segment to change.

Link copied to clipboard

The list of key-value tags that changed for the segment.