LaunchTemplateElasticInferenceAcceleratorResponse

public struct LaunchTemplateElasticInferenceAcceleratorResponse : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The number of elastic inference accelerators to attach to the instance. Default: 1

    Declaration

    Swift

    public let count: Int?
  • The type of elastic inference accelerator. The possible values are eia1.medium, eia1.large, and eia1.xlarge.

    Declaration

    Swift

    public let type: String?
  • Undocumented

    Declaration

    Swift

    public init(count: Int? = nil, type: String? = nil)