Struct aws_sdk_athena::model::EngineVersion [−][src]
#[non_exhaustive]pub struct EngineVersion {
pub selected_engine_version: Option<String>,
pub effective_engine_version: Option<String>,
}Expand description
The Athena engine version for running queries.
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. } syntax; cannot be matched against without a wildcard ..; and struct update syntax will not work.selected_engine_version: Option<String>The engine version requested by the user. Possible values are determined by the output
of ListEngineVersions, including Auto. The default is Auto.
effective_engine_version: Option<String>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.
Implementations
The engine version requested by the user. Possible values are determined by the output
of ListEngineVersions, including Auto. The default is Auto.
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.
Creates a new builder-style object to manufacture EngineVersion
Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for EngineVersion
impl Send for EngineVersion
impl Sync for EngineVersion
impl Unpin for EngineVersion
impl UnwindSafe for EngineVersion
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more
