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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-athena/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 'gems/aws-sdk-athena/lib/aws-sdk-athena/types.rb', line 1509

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