class Aws::Batch::Types::Device
An object representing a container instance host device.
<note markdown=“1”> This object isn't applicable to jobs that are running on Fargate resources and shouldn't be provided.
</note>
@note When making an API call, you may pass Device
data as a hash: { host_path: "String", # required container_path: "String", permissions: ["READ"], # accepts READ, WRITE, MKNOD }
@!attribute [rw] host_path
The path for the device on the host container instance. @return [String]
@!attribute [rw] container_path
The path inside the container that's used to expose the host device. By default, the `hostPath` value is used. @return [String]
@!attribute [rw] permissions
The explicit permissions to provide to the container for the device. By default, the container has permissions for `read`, `write`, and `mknod` for the device. @return [Array<String>]
@see docs.aws.amazon.com/goto/WebAPI/batch-2016-08-10/Device AWS API Documentation
Constants
- SENSITIVE