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.
1668 1669 1670 1671 1672 |
# File 'lib/aws-sdk-athena/types.rb', line 1668 class GetCapacityReservationInput < Struct.new( :name) SENSITIVE = [] include Aws::Structure end |