Interface CfnCampaign.IAttributeDimensionProperty
Namespace: Amazon.CDK.AWS.Pinpoint
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IAttributeDimensionProperty
Syntax (vb)
Public Interface 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
Properties
AttributeType | |
Values |
Properties
AttributeType
virtual string AttributeType { get; }
Property Value
System.String
Remarks
Values
virtual string[] Values { get; }
Property Value
System.String[]