TargetConfiguration

public struct TargetConfiguration : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The number of instances the Convertible Reserved Instance offering can be applied to. This parameter is reserved and cannot be specified in a request

    Declaration

    Swift

    public let instanceCount: Int?
  • The ID of the Convertible Reserved Instance offering.

    Declaration

    Swift

    public let offeringId: String?
  • Undocumented

    Declaration

    Swift

    public init(instanceCount: Int? = nil, offeringId: String? = nil)