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

SegmentDimensions

import type { SegmentDimensions } from "https://aws-api-16vtt531a2w0.deno.dev/v0.2/services/pinpoint.ts";
interface SegmentDimensions {
Attributes?: {
[key: string]: AttributeDimension | null | undefined;
}
| null;
Behavior?: SegmentBehaviors | null;
Demographic?: SegmentDemographics | null;
Location?: SegmentLocation | null;
Metrics?: {
[key: string]: MetricDimension | null | undefined;
}
| null;
UserAttributes?: {
[key: string]: AttributeDimension | null | undefined;
}
| null;
}

§Properties

§
Attributes?: {
[key: string]: AttributeDimension | null | undefined;
}
| null
[src]
§
Behavior?: SegmentBehaviors | null
[src]
§
Demographic?: SegmentDemographics | null
[src]
§
Location?: SegmentLocation | null
[src]
§
Metrics?: {
[key: string]: MetricDimension | null | undefined;
}
| null
[src]
§
UserAttributes?: {
[key: string]: AttributeDimension | null | undefined;
}
| null
[src]