Get Storage System Result
data class GetStorageSystemResult(val agentArns: List<String>? = null, val cloudWatchLogGroupArn: String? = null, val connectivityStatus: StorageSystemConnectivityStatus? = null, val name: String? = null, val secretsManagerArn: String? = null, val serverConfiguration: StorageSystemServerConfiguration? = null, val storageSystemArn: String? = null, val systemType: StorageSystemSystemType? = null, val tags: List<StorageSystemTag>? = null)
Constructors
Link copied to clipboard
fun GetStorageSystemResult(agentArns: List<String>? = null, cloudWatchLogGroupArn: String? = null, connectivityStatus: StorageSystemConnectivityStatus? = null, name: String? = null, secretsManagerArn: String? = null, serverConfiguration: StorageSystemServerConfiguration? = null, storageSystemArn: String? = null, systemType: StorageSystemSystemType? = null, tags: List<StorageSystemTag>? = null)