VpcAttachmentProposedSegmentChange

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

The attachment to move from one segment to another.

Constructors

Link copied to clipboard
constructor(attachmentPolicyRuleNumber: Int? = null, segmentName: String? = null, tags: List<VpcAttachmentTag>? = 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
val tags: List<VpcAttachmentTag>? = null

The key-value tags that changed for the segment.