- Navigation Guide
@aws-sdk/client-pinpoint
DeleteSegmentCommandOutput Interface
The output of DeleteSegmentCommand.
Members
Name | Type | Details |
---|---|---|
$metadata Required | ResponseMetadata | Metadata pertaining to this request. |
SegmentResponse Required | SegmentResponse | undefined | Provides information about the configuration, dimension, and other settings for a segment. |
Full Signature
export interface DeleteSegmentCommandOutput extends DeleteSegmentResponse, MetadataBearer