GetLocationFSxOntapResult

data class GetLocationFSxOntapResult(val fsxFilesystemArn: String? = null, val locationArn: String? = null, val locationUri: String? = null, val tags: List<Tag>? = null)

Constructors

Link copied to clipboard
constructor(fsxFilesystemArn: String? = null, locationArn: String? = null, locationUri: String? = null, tags: List<Tag>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The Amazon Resource Name (ARN) for the FSx ONAP file system.

Link copied to clipboard
val locationArn: String? = null

The Amazon Resource Name (ARN) of the Amazon FSx ONTAP file system location that is created.

Link copied to clipboard
val locationUri: String? = null

The URL of the FSx ONTAP file system that was described.

Link copied to clipboard
val tags: List<Tag>? = null

An array of key-value pairs to apply to this resource.