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.

Returns:

  • (String)


1048
1049
1050
1051
1052
# File 'lib/aws-sdk-athena/types.rb', line 1048

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