SegmentResponse
import type { SegmentResponse } from "https://aws-api-16vtt531a2w0.deno.dev/v0.2/services/pinpoint.ts";interface SegmentResponse {
ApplicationId: string;
Arn: string;
CreationDate: string;
Dimensions?: SegmentDimensions | null;
Id: string;
ImportDefinition?: SegmentImportResource | null;
LastModifiedDate?: string | null;
Name?: string | null;
SegmentGroups?: SegmentGroupList | null;
SegmentType: SegmentType;
tags?: {} | null;
[key: string]: string | null | undefined;
Version?: number | null;
}§Properties
§
Dimensions?: SegmentDimensions | null
[src]§
ImportDefinition?: SegmentImportResource | null
[src]§
SegmentGroups?: SegmentGroupList | null
[src]§
SegmentType: SegmentType
[src]