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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-athena/types.rb

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)


1578
1579
1580
1581
1582
1583
1584
# File 'lib/aws-sdk-athena/types.rb', line 1578

class WorkGroupSummary < Struct.new(
  :name,
  :state,
  :description,
  :creation_time)
  include Aws::Structure
end

#descriptionString

The workgroup description.

Returns:

  • (String)


1578
1579
1580
1581
1582
1583
1584
# File 'lib/aws-sdk-athena/types.rb', line 1578

class WorkGroupSummary < Struct.new(
  :name,
  :state,
  :description,
  :creation_time)
  include Aws::Structure
end

#nameString

The name of the workgroup.

Returns:

  • (String)


1578
1579
1580
1581
1582
1583
1584
# File 'lib/aws-sdk-athena/types.rb', line 1578

class WorkGroupSummary < Struct.new(
  :name,
  :state,
  :description,
  :creation_time)
  include Aws::Structure
end

#stateString

The state of the workgroup.

Returns:

  • (String)


1578
1579
1580
1581
1582
1583
1584
# File 'lib/aws-sdk-athena/types.rb', line 1578

class WorkGroupSummary < Struct.new(
  :name,
  :state,
  :description,
  :creation_time)
  include Aws::Structure
end