Vpc Attachment Proposed Network Function Group Change
data class VpcAttachmentProposedNetworkFunctionGroupChange(val attachmentPolicyRuleNumber: Int? = null, val networkFunctionGroupName: String? = null, val tags: List<VpcAttachmentTag>? = null)
The attachment to move from one network function group to another.
Constructors
Link copied to clipboard
constructor(attachmentPolicyRuleNumber: Int? = null, networkFunctionGroupName: String? = null, tags: List<VpcAttachmentTag>? = null)