Class: Aws::EC2::Types::CapacityReservationCommitmentInfo

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

Overview

Information about your commitment for a future-dated Capacity Reservation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#commitment_end_dateTime

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.

Returns:

  • (Time)


5223
5224
5225
5226
5227
5228
# File 'lib/aws-sdk-ec2/types.rb', line 5223

class CapacityReservationCommitmentInfo < Struct.new(
  :committed_instance_count,
  :commitment_end_date)
  SENSITIVE = []
  include Aws::Structure
end

#committed_instance_countInteger

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

Returns:

  • (Integer)


5223
5224
5225
5226
5227
5228
# File 'lib/aws-sdk-ec2/types.rb', line 5223

class CapacityReservationCommitmentInfo < Struct.new(
  :committed_instance_count,
  :commitment_end_date)
  SENSITIVE = []
  include Aws::Structure
end