AcceptReservedNodeExchangeInputMessage
public struct AcceptReservedNodeExchangeInputMessage : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
A string representing the node identifier of the DC1 Reserved Node to be exchanged.
Declaration
Swift
public let reservedNodeId: String
-
The unique identifier of the DC2 Reserved Node offering to be used for the exchange. You can obtain the value for the parameter by calling GetReservedNodeExchangeOfferings
Declaration
Swift
public let targetReservedNodeOfferingId: String
-
Undocumented
Declaration
Swift
public init(reservedNodeId: String, targetReservedNodeOfferingId: String)