Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

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?: {
[key: string]: string | null | undefined;
}
| null;
Version?: number | null;
}

§Properties

§
ApplicationId: string
[src]
§
Arn: string
[src]
§
CreationDate: string
[src]
§
Dimensions?: SegmentDimensions | null
[src]
§
Id: string
[src]
§
ImportDefinition?: SegmentImportResource | null
[src]
§
LastModifiedDate?: string | null
[src]
§
Name?: string | null
[src]
§
SegmentGroups?: SegmentGroupList | null
[src]
§
SegmentType: SegmentType
[src]
§
tags?: {
[key: string]: string | null | undefined;
}
| null
[src]
§
Version?: number | null
[src]