Class: Aws::Athena::Types::GetCapacityReservationInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Athena::Types::GetCapacityReservationInput
- 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.
Instance Attribute Details
#name ⇒ String
The name of the capacity reservation.
1499 1500 1501 1502 1503 |
# File 'lib/aws-sdk-athena/types.rb', line 1499 class GetCapacityReservationInput < Struct.new( :name) SENSITIVE = [] include Aws::Structure end |