Get Namespace Result
data class GetNamespaceResult(val adminUsername: String? = null, val dbName: String? = null, val defaultIamRoleArn: String? = null, val iamRoles: List<String>? = null, val kmsKeyId: String? = null, val logExports: List<NamespaceLogExport>? = null, val namespace: Namespace? = null)
Constructors
Link copied to clipboard
fun GetNamespaceResult(adminUsername: String? = null, dbName: String? = null, defaultIamRoleArn: String? = null, iamRoles: List<String>? = null, kmsKeyId: String? = null, logExports: List<NamespaceLogExport>? = null, namespace: Namespace? = null)