ReservedInstanceReservationValue
public struct ReservedInstanceReservationValue : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The total value of the Convertible Reserved Instance that you are exchanging.
Declaration
Swift
public let reservationValue: ReservationValue?
-
The ID of the Convertible Reserved Instance that you are exchanging.
Declaration
Swift
public let reservedInstanceId: String?
-
Undocumented
Declaration
Swift
public init(reservationValue: ReservationValue? = nil, reservedInstanceId: String? = nil)