Class: Aws::Athena::Types::CreateCapacityReservationInput

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 to create.

Returns:

  • (String)


582
583
584
585
586
587
588
# File 'lib/aws-sdk-athena/types.rb', line 582

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

#tagsArray<Types::Tag>

The tags for the capacity reservation.

Returns:



582
583
584
585
586
587
588
# File 'lib/aws-sdk-athena/types.rb', line 582

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

#target_dpusInteger

The number of requested data processing units.

Returns:

  • (Integer)


582
583
584
585
586
587
588
# File 'lib/aws-sdk-athena/types.rb', line 582

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