class Aws::ECS::Types::PlatformDevice
The devices that are available on the container instance. The only supported device type is a GPU.
@note When making an API call, you may pass PlatformDevice
data as a hash: { id: "String", # required type: "GPU", # required, accepts GPU }
@!attribute [rw] id
The ID for the GPU(s) on the container instance. The available GPU IDs can also be obtained on the container instance in the `/var/lib/ecs/gpu/nvidia_gpu_info.json` file. @return [String]
@!attribute [rw] type
The type of device that is available on the container instance. The only supported value is `GPU`. @return [String]
@see docs.aws.amazon.com/goto/WebAPI/ecs-2014-11-13/PlatformDevice AWS API Documentation
Constants
- SENSITIVE