TargetConfigurationRequest

public struct TargetConfigurationRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The number of instances the Covertible 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 Convertible Reserved Instance offering ID.

    Declaration

    Swift

    public let offeringId: String
  • Undocumented

    Declaration

    Swift

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