You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::ForecastService::Types::SupplementaryFeature

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing SupplementaryFeature as input to an Aws::Client method, you can use a vanilla Hash:

{
  name: "Name", # required
  value: "Value", # required
}

Describes a supplementary feature of a dataset group. This object is part of the InputDataConfig object.

The only supported feature is Holidays. If you use the calendar, all data in the datasets should belong to the same country as the calendar. For the holiday calendar data, see the Jollyday website.

Instance Attribute Summary collapse

Instance Attribute Details

#nameString

The name of the feature. This must be \"holiday\".

Returns:

  • (String)

    The name of the feature.

#valueString

One of the following 2 letter country codes:

  • \"AL\" - ALBANIA

  • \"AR\" - ARGENTINA

  • \"AT\" - AUSTRIA

  • \"AU\" - AUSTRALIA

  • \"BA\" - BOSNIA HERZEGOVINA

  • \"BE\" - BELGIUM

  • \"BG\" - BULGARIA

  • \"BO\" - BOLIVIA

  • \"BR\" - BRAZIL

  • \"BY\" - BELARUS

  • \"CA\" - CANADA

  • \"CL\" - CHILE

  • \"CO\" - COLOMBIA

  • \"CR\" - COSTA RICA

  • \"HR\" - CROATIA

  • \"CZ\" - CZECH REPUBLIC

  • \"DK\" - DENMARK

  • \"EC\" - ECUADOR

  • \"EE\" - ESTONIA

  • \"ET\" - ETHIOPIA

  • \"FI\" - FINLAND

  • \"FR\" - FRANCE

  • \"DE\" - GERMANY

  • \"GR\" - GREECE

  • \"HU\" - HUNGARY

  • \"IS\" - ICELAND

  • \"IN\" - INDIA

  • \"IE\" - IRELAND

  • \"IT\" - ITALY

  • \"JP\" - JAPAN

  • \"KZ\" - KAZAKHSTAN

  • \"KR\" - KOREA

  • \"LV\" - LATVIA

  • \"LI\" - LIECHTENSTEIN

  • \"LT\" - LITHUANIA

  • \"LU\" - LUXEMBOURG

  • \"MK\" - MACEDONIA

  • \"MT\" - MALTA

  • \"MX\" - MEXICO

  • \"MD\" - MOLDOVA

  • \"ME\" - MONTENEGRO

  • \"NL\" - NETHERLANDS

  • \"NZ\" - NEW ZEALAND

  • \"NI\" - NICARAGUA

  • \"NG\" - NIGERIA

  • \"NO\" - NORWAY

  • \"PA\" - PANAMA

  • \"PY\" - PARAGUAY

  • \"PE\" - PERU

  • \"PL\" - POLAND

  • \"PT\" - PORTUGAL

  • \"RO\" - ROMANIA

  • \"RU\" - RUSSIA

  • \"RS\" - SERBIA

  • \"SK\" - SLOVAKIA

  • \"SI\" - SLOVENIA

  • \"ZA\" - SOUTH AFRICA

  • \"ES\" - SPAIN

  • \"SE\" - SWEDEN

  • \"CH\" - SWITZERLAND

  • \"UA\" - UKRAINE

  • \"AE\" - UNITED ARAB EMIRATES

  • \"US\" - UNITED STATES

  • \"UK\" - UNITED KINGDOM

  • \"UY\" - URUGUAY

  • \"VE\" - VENEZUELA

Returns:

  • (String)

    One of the following 2 letter country codes:.