Vpc Attachment Proposed Segment Change
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)