Class: Aws::Athena::Types::DeleteCapacityReservationInput

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 delete.



1275
1276
1277
1278
1279
# File 'lib/aws-sdk-athena/types.rb', line 1275

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