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