AcceleratorTypeOffering
public struct AcceleratorTypeOffering : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The name of the Elastic Inference Accelerator type.
Declaration
Swift
public let acceleratorType: String?
-
The location for the offering. It will return either the region, availability zone or availability zone id for the offering depending on the locationType value.
Declaration
Swift
public let location: String?
-
The location type for the offering. It can assume the following values: region: defines that the offering is at the regional level. availability-zone: defines that the offering is at the availability zone level. availability-zone-id: defines that the offering is at the availability zone level, defined by the availability zone id.
Declaration
Swift
public let locationType: LocationType?
-
Undocumented
Declaration
Swift
public init(acceleratorType: String? = nil, location: String? = nil, locationType: LocationType? = nil)