| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.Athena.Types.WorkGroupSummary
Description
Synopsis
- data WorkGroupSummary = WorkGroupSummary' {}
- newWorkGroupSummary :: WorkGroupSummary
- workGroupSummary_creationTime :: Lens' WorkGroupSummary (Maybe UTCTime)
- workGroupSummary_description :: Lens' WorkGroupSummary (Maybe Text)
- workGroupSummary_engineVersion :: Lens' WorkGroupSummary (Maybe EngineVersion)
- workGroupSummary_name :: Lens' WorkGroupSummary (Maybe Text)
- workGroupSummary_state :: Lens' WorkGroupSummary (Maybe WorkGroupState)
Documentation
data WorkGroupSummary Source #
The summary information for the workgroup, which includes its name, state, description, and the date and time it was created.
See: newWorkGroupSummary smart constructor.
Constructors
| WorkGroupSummary' | |
Fields
| |
Instances
newWorkGroupSummary :: WorkGroupSummary Source #
Create a value of WorkGroupSummary with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:creationTime:WorkGroupSummary', workGroupSummary_creationTime - The workgroup creation date and time.
$sel:description:WorkGroupSummary', workGroupSummary_description - The workgroup description.
$sel:engineVersion:WorkGroupSummary', workGroupSummary_engineVersion - The engine version setting for all queries on the workgroup. Queries on
the AmazonAthenaPreviewFunctionality workgroup run on the preview
engine regardless of this setting.
$sel:name:WorkGroupSummary', workGroupSummary_name - The name of the workgroup.
$sel:state:WorkGroupSummary', workGroupSummary_state - The state of the workgroup.
workGroupSummary_creationTime :: Lens' WorkGroupSummary (Maybe UTCTime) Source #
The workgroup creation date and time.
workGroupSummary_description :: Lens' WorkGroupSummary (Maybe Text) Source #
The workgroup description.
workGroupSummary_engineVersion :: Lens' WorkGroupSummary (Maybe EngineVersion) Source #
The engine version setting for all queries on the workgroup. Queries on
the AmazonAthenaPreviewFunctionality workgroup run on the preview
engine regardless of this setting.
workGroupSummary_name :: Lens' WorkGroupSummary (Maybe Text) Source #
The name of the workgroup.
workGroupSummary_state :: Lens' WorkGroupSummary (Maybe WorkGroupState) Source #
The state of the workgroup.