GetWindowsFileSystemPlainArgs

data class GetWindowsFileSystemPlainArgs(val id: String, val tags: Map<String, String>? = null) : ConvertibleToJava<GetWindowsFileSystemPlainArgs>

A collection of arguments for invoking getWindowsFileSystem.

Constructors

Link copied to clipboard
constructor(id: String, tags: Map<String, String>? = null)

Properties

Link copied to clipboard
val id: String

Identifier of the file system (e.g. fs-12345678).

Link copied to clipboard
val tags: Map<String, String>? = null

The tags to associate with the file system.

Functions

Link copied to clipboard
open override fun toJava(): GetWindowsFileSystemPlainArgs