Class CfnDataset.AttributesItemsProperty
Implements
Inherited Members
Namespace: Amazon.CDK.AWS.Forecast
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnDataset.AttributesItemsProperty : CfnDataset.IAttributesItemsProperty
Syntax (vb)
Public Class CfnDataset.AttributesItemsProperty Implements CfnDataset.IAttributesItemsProperty
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.Forecast;
var attributesItemsProperty = new AttributesItemsProperty {
AttributeName = "attributeName",
AttributeType = "attributeType"
};
Synopsis
Constructors
| AttributesItemsProperty() |
Properties
| AttributeName | Name of the dataset field. |
| AttributeType | Data type of the field. |
Constructors
AttributesItemsProperty()
public AttributesItemsProperty()
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.Forecast;
var attributesItemsProperty = new AttributesItemsProperty {
AttributeName = "attributeName",
AttributeType = "attributeType"
};
Properties
AttributeName
Name of the dataset field.
public string? AttributeName { get; set; }
Property Value
Remarks
AttributeType
Data type of the field.
public string? AttributeType { get; set; }