@aws-sdk/client-docdb

DescribeDBInstancesCommandOutput Interface

Members

Name
Type
Details
$metadata RequiredResponseMetadata
Metadata pertaining to this request.
DBInstances DBInstance[] | undefined

Detailed information about one or more instances.

Marker string | undefined

An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

Full Signature

export interface DescribeDBInstancesCommandOutput extends DBInstanceMessage, MetadataBearer