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

Class: Aws::Athena::Types::WorkGroupSummary

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

Overview

The summary information for the workgroup, which includes its name, state, description, and the date and time it was created.

Instance Attribute Summary collapse

Instance Attribute Details

#creation_timeTime

The workgroup creation date and time.

Returns:

  • (Time)

    The workgroup creation date and time.

#descriptionString

The workgroup description.

Returns:

  • (String)

    The workgroup description.

#nameString

The name of the workgroup.

Returns:

  • (String)

    The name of the workgroup.

#stateString

The state of the workgroup.

Possible values:

  • ENABLED
  • DISABLED

Returns:

  • (String)

    The state of the workgroup.