TargetReservationValue
public struct TargetReservationValue : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The total value of the Convertible Reserved Instances that make up the exchange. This is the sum of the list value, remaining upfront price, and additional upfront cost of the exchange.
Declaration
Swift
public let reservationValue: ReservationValue?
-
The configuration of the Convertible Reserved Instances that make up the exchange.
Declaration
Swift
public let targetConfiguration: TargetConfiguration?
-
Undocumented
Declaration
Swift
public init(reservationValue: ReservationValue? = nil, targetConfiguration: TargetConfiguration? = nil)