Class: Aws::Athena::Types::CancelCapacityReservationInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Athena::Types::CancelCapacityReservationInput
- 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 cancel.
Instance Attribute Details
#name ⇒ String
The name of the capacity reservation to cancel.
357 358 359 360 361 |
# File 'lib/aws-sdk-athena/types.rb', line 357 class CancelCapacityReservationInput < Struct.new( :name) SENSITIVE = [] include Aws::Structure end |