PurchaseReservedNodeOfferingMessage

public struct PurchaseReservedNodeOfferingMessage : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The number of reserved nodes that you want to purchase. Default: 1

    Declaration

    Swift

    public let nodeCount: Int?
  • The unique identifier of the reserved node offering you want to purchase.

    Declaration

    Swift

    public let reservedNodeOfferingId: String
  • Undocumented

    Declaration

    Swift

    public init(nodeCount: Int? = nil, reservedNodeOfferingId: String)