Class: Aws::Athena::Types::UpdateCapacityReservationInput

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-athena/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#nameString

The name of the capacity reservation.

Returns:

  • (String)


4573
4574
4575
4576
4577
4578
# File 'lib/aws-sdk-athena/types.rb', line 4573

class UpdateCapacityReservationInput < Struct.new(
  :target_dpus,
  :name)
  SENSITIVE = []
  include Aws::Structure
end

#target_dpusInteger

The new number of requested data processing units.

Returns:

  • (Integer)


4573
4574
4575
4576
4577
4578
# File 'lib/aws-sdk-athena/types.rb', line 4573

class UpdateCapacityReservationInput < Struct.new(
  :target_dpus,
  :name)
  SENSITIVE = []
  include Aws::Structure
end