Show / Hide Table of Contents

Class CfnDataset.AttributesItemsProperty

Inheritance
object
CfnDataset.AttributesItemsProperty
Implements
CfnDataset.IAttributesItemsProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-forecast-dataset-attributesitems.html

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-forecast-dataset-attributesitems.html

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

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-forecast-dataset-attributesitems.html#cfn-forecast-dataset-attributesitems-attributename

AttributeType

Data type of the field.

public string? AttributeType { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-forecast-dataset-attributesitems.html#cfn-forecast-dataset-attributesitems-attributetype

Implements

CfnDataset.IAttributesItemsProperty
Back to top Generated by DocFX