Class: Aws::EC2::Types::ModificationQuoteCurrentConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::ModificationQuoteCurrentConfiguration
- 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_count ⇒ Integer
The number of instances in the Capacity Reservation.
-
#original_start_date ⇒ Time
The start date that the Capacity Reservation was originally requested with.
-
#reservation_state ⇒ String
The current state of the Capacity Reservation.
-
#start_date ⇒ Time
The start date that the Capacity Reservation has before the quoted modification is applied.
Instance Attribute Details
#instance_count ⇒ Integer
The number of instances in the Capacity Reservation.
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_date ⇒ Time
The start date that the Capacity Reservation was originally requested with. This value does not change when you push out the start date.
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_state ⇒ String
The current state of the Capacity Reservation.
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_date ⇒ Time
The start date that the Capacity Reservation has before the quoted modification is applied.
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 |