Class: Aws::EC2::Types::ModificationQuoteCurrentConfiguration

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

Overview

Describes the configuration that a Capacity Reservation has at the time a modification quote is generated.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#instance_countInteger

The number of instances in the Capacity Reservation.

Returns:

  • (Integer)


64598
64599
64600
64601
64602
64603
64604
64605
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 64598

class ModificationQuoteCurrentConfiguration < Struct.new(
  :instance_count,
  :reservation_state,
  :start_date,
  :original_start_date)
  SENSITIVE = []
  include Aws::Structure
end

#original_start_dateTime

The start date that the Capacity Reservation was originally requested with. This value does not change when you push out the start date.

Returns:

  • (Time)


64598
64599
64600
64601
64602
64603
64604
64605
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 64598

class ModificationQuoteCurrentConfiguration < Struct.new(
  :instance_count,
  :reservation_state,
  :start_date,
  :original_start_date)
  SENSITIVE = []
  include Aws::Structure
end

#reservation_stateString

The current state of the Capacity Reservation.

Returns:

  • (String)


64598
64599
64600
64601
64602
64603
64604
64605
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 64598

class ModificationQuoteCurrentConfiguration < Struct.new(
  :instance_count,
  :reservation_state,
  :start_date,
  :original_start_date)
  SENSITIVE = []
  include Aws::Structure
end

#start_dateTime

The start date that the Capacity Reservation has before the quoted modification is applied.

Returns:

  • (Time)


64598
64599
64600
64601
64602
64603
64604
64605
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 64598

class ModificationQuoteCurrentConfiguration < Struct.new(
  :instance_count,
  :reservation_state,
  :start_date,
  :original_start_date)
  SENSITIVE = []
  include Aws::Structure
end