CapacityReservationGroupResponse

data class CapacityReservationGroupResponse(val offer: ServerlessOfferResponse? = null, val reservedCapacity: Int)

Constructors

Link copied to clipboard
constructor(offer: ServerlessOfferResponse? = null, reservedCapacity: Int)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Offer used by this capacity reservation group.

Link copied to clipboard

Required Specifies the amount of capacity to reserve.