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