Class: Aws::Athena::Types::PutCapacityAssignmentConfigurationInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Athena::Types::PutCapacityAssignmentConfigurationInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-athena/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#capacity_assignments ⇒ Array<Types::CapacityAssignment>
The list of assignments for the capacity assignment configuration.
-
#capacity_reservation_name ⇒ String
The name of the capacity reservation to put a capacity assignment configuration for.
Instance Attribute Details
#capacity_assignments ⇒ Array<Types::CapacityAssignment>
The list of assignments for the capacity assignment configuration.
3017 3018 3019 3020 3021 3022 |
# File 'lib/aws-sdk-athena/types.rb', line 3017 class PutCapacityAssignmentConfigurationInput < Struct.new( :capacity_reservation_name, :capacity_assignments) SENSITIVE = [] include Aws::Structure end |
#capacity_reservation_name ⇒ String
The name of the capacity reservation to put a capacity assignment configuration for.
3017 3018 3019 3020 3021 3022 |
# File 'lib/aws-sdk-athena/types.rb', line 3017 class PutCapacityAssignmentConfigurationInput < Struct.new( :capacity_reservation_name, :capacity_assignments) SENSITIVE = [] include Aws::Structure end |