CommitmentInfoProperties

data class CommitmentInfoProperties(val commitmentEndDate: String? = null, val committedInstanceCount: Int? = null)

Constructors

Link copied to clipboard
constructor(commitmentEndDate: String? = null, committedInstanceCount: Int? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The date and time at which the commitment duration expires, in the ISO8601 format in the UTC time zone ( YYYY-MM-DDThh:mm:ss.sssZ ). You can't decrease the instance count or cancel the Capacity Reservation before this date and time.

Link copied to clipboard

The instance capacity that you committed to when you requested the future-dated Capacity Reservation.