Class: Aws::Athena::Types::CapacityAssignment
- Inherits:
-
Struct
- Object
- Struct
- Aws::Athena::Types::CapacityAssignment
- Defined in:
- gems/aws-sdk-athena/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
-
#work_group_names ⇒ Array<String>
The list of workgroup names for the capacity assignment.
Instance Attribute Details
#work_group_names ⇒ Array<String>
The list of workgroup names for the capacity assignment.
406 407 408 409 410 |
# File 'gems/aws-sdk-athena/lib/aws-sdk-athena/types.rb', line 406 class CapacityAssignment < Struct.new( :work_group_names) SENSITIVE = [] include Aws::Structure end |