# NOT RUN {
# This example sets the ``autoEnableIo`` attribute of the volume with the
# ID ``vol-1234567890abcdef0`` to ``true``. If the command succeeds, no
# output is returned.
# }
# NOT RUN {
svc$modify_volume_attribute(
AutoEnableIO = list(
Value = TRUE
),
DryRun = TRUE,
VolumeId = "vol-1234567890abcdef0"
)
# }
# NOT RUN {
# }
Run the code above in your browser using DataLab