class Aws::ForecastService::Types::SchemaAttribute

An attribute of a schema, which defines a dataset field. A schema attribute is required for every field in a dataset. The Schema object contains an array of `SchemaAttribute` objects.

@note When making an API call, you may pass SchemaAttribute

data as a hash:

    {
      attribute_name: "Name",
      attribute_type: "string", # accepts string, integer, float, timestamp, geolocation
    }

@!attribute [rw] attribute_name

The name of the dataset field.
@return [String]

@!attribute [rw] attribute_type

The data type of the field.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/forecast-2018-06-26/SchemaAttribute AWS API Documentation

Constants

SENSITIVE