Class: Aws::Athena::Types::UpdateCapacityReservationInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Athena::Types::UpdateCapacityReservationInput
- Defined in:
- gems/aws-sdk-athena/lib/aws-sdk-athena/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#name ⇒ String
The name of the capacity reservation.
-
#target_dpus ⇒ Integer
The new number of requested data processing units.
Instance Attribute Details
#name ⇒ String
The name of the capacity reservation.
5103 5104 5105 5106 5107 5108 |
# File 'gems/aws-sdk-athena/lib/aws-sdk-athena/types.rb', line 5103 class UpdateCapacityReservationInput < Struct.new( :target_dpus, :name) SENSITIVE = [] include Aws::Structure end |
#target_dpus ⇒ Integer
The new number of requested data processing units.
5103 5104 5105 5106 5107 5108 |
# File 'gems/aws-sdk-athena/lib/aws-sdk-athena/types.rb', line 5103 class UpdateCapacityReservationInput < Struct.new( :target_dpus, :name) SENSITIVE = [] include Aws::Structure end |