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.
5086 5087 5088 5089 5090 5091 |
# File 'gems/aws-sdk-athena/lib/aws-sdk-athena/types.rb', line 5086 class UpdateCapacityReservationInput < Struct.new( :target_dpus, :name) SENSITIVE = [] include Aws::Structure end |
#target_dpus ⇒ Integer
The new number of requested data processing units.
5086 5087 5088 5089 5090 5091 |
# File 'gems/aws-sdk-athena/lib/aws-sdk-athena/types.rb', line 5086 class UpdateCapacityReservationInput < Struct.new( :target_dpus, :name) SENSITIVE = [] include Aws::Structure end |