NAME

Paws::Forecast::SupplementaryFeature

USAGE

This class represents one of two things:

Arguments in a call to a service

Use the attributes of this class as arguments to methods. You shouldn't make instances of this class. Each attribute should be used as a named argument in the calls that expect this type of object.

As an example, if Att1 is expected to be a Paws::Forecast::SupplementaryFeature object:

$service_obj->Method(Att1 => { Name => $value, ..., Value => $value  });

Results returned from an API call

Use accessors for each attribute. If Att1 is expected to be an Paws::Forecast::SupplementaryFeature object:

$result = $service_obj->Method(...);
$result->Att1->Name

DESCRIPTION

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

The only supported feature is a holiday calendar. 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 (http://jollyday.sourceforge.net/data.html) web site.

ATTRIBUTES

REQUIRED Name => Str

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

REQUIRED Value => Str

One of the following 2 letter country codes:

  • "AU" - AUSTRALIA

  • "DE" - GERMANY

  • "JP" - JAPAN

  • "US" - UNITED_STATES

  • "UK" - UNITED_KINGDOM

SEE ALSO

This class forms part of Paws, describing an object used in Paws::Forecast

BUGS and CONTRIBUTIONS

The source code is located here: https://github.com/pplu/aws-sdk-perl

Please report bugs to: https://github.com/pplu/aws-sdk-perl/issues