Method: Aws::Batch::Types::MountPoint#read_only
- Defined in:
- lib/aws-sdk-batch/types.rb
#read_only ⇒ Boolean
If this value is true, the container has read-only access to the volume. Otherwise, the container can write to the volume. The default value is false.
7660 7661 7662 7663 7664 7665 7666 |
# File 'lib/aws-sdk-batch/types.rb', line 7660 class MountPoint < Struct.new( :container_path, :read_only, :source_volume) SENSITIVE = [] include Aws::Structure end |