CreateReservedInstancesListingRequest

public struct CreateReservedInstancesListingRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • Unique, case-sensitive identifier you provide to ensure idempotency of your listings. This helps avoid duplicate listings. For more information, see Ensuring Idempotency.

    Declaration

    Swift

    public let clientToken: String
  • The number of instances that are a part of a Reserved Instance account to be listed in the Reserved Instance Marketplace. This number should be less than or equal to the instance count associated with the Reserved Instance ID specified in this call.

    Declaration

    Swift

    public let instanceCount: Int
  • A list specifying the price of the Standard Reserved Instance for each month remaining in the Reserved Instance term.

    Declaration

    Swift

    public let priceSchedules: [PriceScheduleSpecification]
  • The ID of the active Standard Reserved Instance.

    Declaration

    Swift

    public let reservedInstancesId: String
  • Undocumented

    Declaration

    Swift

    public init(clientToken: String, instanceCount: Int, priceSchedules: [PriceScheduleSpecification], reservedInstancesId: String)