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.
Constructors
Link copied to clipboard
fun GetAttachmentsResult(id: String, instanceIds: List<String>? = null, loadBalancerId: String, outputFile: String? = null, slbAttachments: List<GetAttachmentsSlbAttachment>)