Get Attachments Result
data class GetAttachmentsResult(val id: String, val instanceIds: List<String>? = null, val loadBalancerId: String, val outputFile: String? = null, val slbAttachments: List<GetAttachmentsSlbAttachment>)
A collection of values returned by getAttachments.