class Aws::ECS::Types::Device
An object representing a container instance host device.
@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 at which to expose the host device. @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/ecs-2014-11-13/Device AWS API Documentation
Constants
- SENSITIVE