Class: Aws::Athena::Types::GetCapacityReservationOutput

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-athena/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#capacity_reservationTypes::CapacityReservation

The requested capacity reservation structure.



1708
1709
1710
1711
1712
# File 'lib/aws-sdk-athena/types.rb', line 1708

class GetCapacityReservationOutput < Struct.new(
  :capacity_reservation)
  SENSITIVE = []
  include Aws::Structure
end