- Navigation Guide
@aws-sdk/client-redshift
DescribeDataSharesForProducerCommandOutput Interface
The output of DescribeDataSharesForProducerCommand.
Members
Name | Type | Details |
---|---|---|
$metadata Required | ResponseMetadata | Metadata pertaining to this request. |
DataShares | DataShare[] | undefined | Shows the results of datashares available for producers. |
Marker | string | undefined | An optional parameter that specifies the starting point to return a set of response records. When the results of a DescribeDataSharesForProducer request exceed the value specified in |
Full Signature
export interface DescribeDataSharesForProducerCommandOutput extends DescribeDataSharesForProducerResult, MetadataBearer