OBJECT
Validate AWS RDS Instance name for export.
type ValidateAwsNativeRdsInstanceNameForExportReply {# Refers to the reason for the RDS name being invalid.error: String! # Specifies whether the RDS name is valid or not.isValid: Boolean! }