ElasticInferenceAccelerator
public struct ElasticInferenceAccelerator : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The health of the Elastic Inference Accelerator.
Declaration
Swift
public let acceleratorHealth: ElasticInferenceAcceleratorHealth?
-
The ID of the Elastic Inference Accelerator.
Declaration
Swift
public let acceleratorId: String?
-
The type of the Elastic Inference Accelerator.
Declaration
Swift
public let acceleratorType: String?
-
The ARN of the resource that the Elastic Inference Accelerator is attached to.
Declaration
Swift
public let attachedResource: String?
-
The availability zone where the Elastic Inference Accelerator is present.
Declaration
Swift
public let availabilityZone: String?
-
Undocumented
Declaration
Swift
public init(acceleratorHealth: ElasticInferenceAcceleratorHealth? = nil, acceleratorId: String? = nil, acceleratorType: String? = nil, attachedResource: String? = nil, availabilityZone: String? = nil)