NAME
Paws::Athena::EngineVersion
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::Athena::EngineVersion object:
$service_obj->Method(Att1 => { EffectiveEngineVersion => $value, ..., SelectedEngineVersion => $value });
Results returned from an API call
Use accessors for each attribute. If Att1 is expected to be an Paws::Athena::EngineVersion object:
$result = $service_obj->Method(...);
$result->Att1->EffectiveEngineVersion
DESCRIPTION
The Athena engine version for running queries.
ATTRIBUTES
EffectiveEngineVersion => Str
Read only. The engine version on which the query runs. If the user requests a valid engine version other than Auto, the effective engine version is the same as the engine version that the user requested. If the user requests Auto, the effective engine version is chosen by Athena. When a request to update the engine version is made by a CreateWorkGroup
or UpdateWorkGroup
operation, the EffectiveEngineVersion
field is ignored.
SelectedEngineVersion => Str
The engine version requested by the user. Possible values are determined by the output of ListEngineVersions
, including Auto. The default is Auto.
SEE ALSO
This class forms part of Paws, describing an object used in Paws::Athena
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