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.



1509
1510
1511
1512
1513
# File 'lib/aws-sdk-athena/types.rb', line 1509

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