OBJECT
Describes whether the RDS cluster name is valid for export.
type ValidateAwsNativeRdsClusterNameForExportReply {# An error, in case validation failed.error: String! # Specifies whether the RDS cluster name is valid or not.isValid: Boolean! }