GetReservedNodeExchangeOfferingsInputMessage
public struct GetReservedNodeExchangeOfferingsInputMessage : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
A value that indicates the starting point for the next set of ReservedNodeOfferings.
Declaration
Swift
public let marker: String? -
An integer setting the maximum number of ReservedNodeOfferings to retrieve.
Declaration
Swift
public let maxRecords: Int? -
A string representing the node identifier for the DC1 Reserved Node to be exchanged.
Declaration
Swift
public let reservedNodeId: String -
Undocumented
Declaration
Swift
public init(marker: String? = nil, maxRecords: Int? = nil, reservedNodeId: String)
View on GitHub
GetReservedNodeExchangeOfferingsInputMessage Structure Reference