GetMountTargetPlainArgs

data class GetMountTargetPlainArgs(val accessPointId: String? = null, val fileSystemId: String? = null, val mountTargetId: String? = null) : ConvertibleToJava<GetMountTargetPlainArgs>

A collection of arguments for invoking getMountTarget.

Constructors

Link copied to clipboard
constructor(accessPointId: String? = null, fileSystemId: String? = null, mountTargetId: String? = null)

Properties

Link copied to clipboard
val accessPointId: String? = null

ID or ARN of the access point whose mount target that you want to find. It must be included if a file_system_id and mount_target_id are not included.

Link copied to clipboard
val fileSystemId: String? = null

ID or ARN of the file system whose mount target that you want to find. It must be included if an access_point_id and mount_target_id are not included.

Link copied to clipboard
val mountTargetId: String? = null

ID or ARN of the mount target that you want to find. It must be included in your request if an access_point_id and file_system_id are not included.

Functions

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