Amazon.DatabaseMigrationService.AmazonDatabaseMigrationServiceClient.DescribeRefreshSchemasStatus C# (CSharp) Метод

DescribeRefreshSchemasStatus() публичный Метод

Returns the status of the RefreshSchemas operation.
/// The resource is in a state that prevents it from being used for database migration. /// /// The resource could not be found. ///
public DescribeRefreshSchemasStatus ( DescribeRefreshSchemasStatusRequest request ) : DescribeRefreshSchemasStatusResponse
request DescribeRefreshSchemasStatusRequest Container for the necessary parameters to execute the DescribeRefreshSchemasStatus service method.
Результат DescribeRefreshSchemasStatusResponse
        public DescribeRefreshSchemasStatusResponse DescribeRefreshSchemasStatus(DescribeRefreshSchemasStatusRequest request)
        {
            var marshaller = new DescribeRefreshSchemasStatusRequestMarshaller();
            var unmarshaller = DescribeRefreshSchemasStatusResponseUnmarshaller.Instance;

            return Invoke<DescribeRefreshSchemasStatusRequest,DescribeRefreshSchemasStatusResponse>(request, marshaller, unmarshaller);
        }
AmazonDatabaseMigrationServiceClient