Get Location Smb Result
data class GetLocationSmbResult(val agentArns: List<String>? = null, val domain: String? = null, val locationArn: String? = null, val locationUri: String? = null, val mountOptions: LocationSmbMountOptions? = null, val tags: List<LocationSmbTag>? = null, val user: String? = null)
Constructors
Link copied to clipboard
fun GetLocationSmbResult(agentArns: List<String>? = null, domain: String? = null, locationArn: String? = null, locationUri: String? = null, mountOptions: LocationSmbMountOptions? = null, tags: List<LocationSmbTag>? = null, user: String? = null)