Class CfnSegment.AttributeDimensionProperty
Implements
Inherited Members
Namespace: Amazon.CDK.AWS.Pinpoint
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnSegment.AttributeDimensionProperty : CfnSegment.IAttributeDimensionProperty
Syntax (vb)
Public Class CfnSegment.AttributeDimensionProperty Implements CfnSegment.IAttributeDimensionProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.Pinpoint;
var attributeDimensionProperty = new AttributeDimensionProperty {
AttributeType = "attributeType",
Values = new [] { "values" }
};
Synopsis
Constructors
| AttributeDimensionProperty() |
Properties
| AttributeType | |
| Values |
Constructors
AttributeDimensionProperty()
public AttributeDimensionProperty()
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.Pinpoint;
var attributeDimensionProperty = new AttributeDimensionProperty {
AttributeType = "attributeType",
Values = new [] { "values" }
};
Properties
AttributeType
public string? AttributeType { get; set; }