describeSchemas

Returns information about the schema for the specified endpoint.

Samples


fun main() { 
   //sampleStart 
   // Returns information about the schema for the specified endpoint.
val resp = databaseMigrationClient.describeSchemas {
    endpointArn = ""
    maxRecords = 123
    marker = ""
} 
   //sampleEnd
}