Class: Aws::Athena::Types::DeleteCapacityReservationInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Athena::Types::DeleteCapacityReservationInput
- 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 delete.
Instance Attribute Details
#name ⇒ String
The name of the capacity reservation to delete.
1205 1206 1207 1208 1209 |
# File 'lib/aws-sdk-athena/types.rb', line 1205 class DeleteCapacityReservationInput < Struct.new( :name) SENSITIVE = [] include Aws::Structure end |