Get Location Object Storage Result
data class GetLocationObjectStorageResult(val accessKey: String? = null, val agentArns: List<String>? = null, val locationArn: String? = null, val locationUri: String? = null, val serverCertificate: String? = null, val serverPort: Int? = null, val serverProtocol: LocationObjectStorageServerProtocol? = null, val tags: List<LocationObjectStorageTag>? = null)
Constructors
Link copied to clipboard
fun GetLocationObjectStorageResult(accessKey: String? = null, agentArns: List<String>? = null, locationArn: String? = null, locationUri: String? = null, serverCertificate: String? = null, serverPort: Int? = null, serverProtocol: LocationObjectStorageServerProtocol? = null, tags: List<LocationObjectStorageTag>? = null)