Class: Aws::Athena::Types::GetCapacityAssignmentConfigurationInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Athena::Types::GetCapacityAssignmentConfigurationInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-athena/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#capacity_reservation_name ⇒ String
The name of the capacity reservation to retrieve the capacity assignment configuration for.
Instance Attribute Details
#capacity_reservation_name ⇒ String
The name of the capacity reservation to retrieve the capacity assignment configuration for.
1474 1475 1476 1477 1478 |
# File 'lib/aws-sdk-athena/types.rb', line 1474 class GetCapacityAssignmentConfigurationInput < Struct.new( :capacity_reservation_name) SENSITIVE = [] include Aws::Structure end |