Class: Aws::Athena::Types::CapacityAssignment

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

Overview

A mapping between one or more workgroups and a capacity reservation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#work_group_namesArray<String>

The list of workgroup names for the capacity assignment.

Returns:

  • (Array<String>)


402
403
404
405
406
# File 'lib/aws-sdk-athena/types.rb', line 402

class CapacityAssignment < Struct.new(
  :work_group_names)
  SENSITIVE = []
  include Aws::Structure
end