Class: Aws::Athena::Types::UpdateCapacityReservationInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Athena::Types::UpdateCapacityReservationInput
- Includes:
- Structure
- Defined in:
- 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.
4563 4564 4565 4566 4567 4568 |
# File 'lib/aws-sdk-athena/types.rb', line 4563 class UpdateCapacityReservationInput < Struct.new( :target_dpus, :name) SENSITIVE = [] include Aws::Structure end |
#target_dpus ⇒ Integer
The new number of requested data processing units.
4563 4564 4565 4566 4567 4568 |
# File 'lib/aws-sdk-athena/types.rb', line 4563 class UpdateCapacityReservationInput < Struct.new( :target_dpus, :name) SENSITIVE = [] include Aws::Structure end |