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.
3186 3187 3188 3189 3190 3191 |
# File 'lib/aws-sdk-athena/types.rb', line 3186 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.
3186 3187 3188 3189 3190 3191 |
# File 'lib/aws-sdk-athena/types.rb', line 3186 class PutCapacityAssignmentConfigurationInput < Struct.new( :capacity_reservation_name, :capacity_assignments) SENSITIVE = [] include Aws::Structure end |