Class: Aws::Athena::Types::CreateCapacityReservationInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Athena::Types::CreateCapacityReservationInput
- 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 to create.
-
#tags ⇒ Array<Types::Tag>
The tags for the capacity reservation.
-
#target_dpus ⇒ Integer
The number of requested data processing units.
Instance Attribute Details
#name ⇒ String
The name of the capacity reservation to create.
586 587 588 589 590 591 592 |
# File 'lib/aws-sdk-athena/types.rb', line 586 class CreateCapacityReservationInput < Struct.new( :target_dpus, :name, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Array<Types::Tag>
The tags for the capacity reservation.
586 587 588 589 590 591 592 |
# File 'lib/aws-sdk-athena/types.rb', line 586 class CreateCapacityReservationInput < Struct.new( :target_dpus, :name, :tags) SENSITIVE = [] include Aws::Structure end |
#target_dpus ⇒ Integer
The number of requested data processing units.
586 587 588 589 590 591 592 |
# File 'lib/aws-sdk-athena/types.rb', line 586 class CreateCapacityReservationInput < Struct.new( :target_dpus, :name, :tags) SENSITIVE = [] include Aws::Structure end |