class Aws::EFS::Types::UpdateFileSystemRequest
@note When making an API call, you may pass UpdateFileSystemRequest
data as a hash: { file_system_id: "FileSystemId", # required throughput_mode: "bursting", # accepts bursting, provisioned provisioned_throughput_in_mibps: 1.0, }
@!attribute [rw] file_system_id
The ID of the file system that you want to update. @return [String]
@!attribute [rw] throughput_mode
(Optional) Updates the file system's throughput mode. If you're not updating your throughput mode, you don't need to provide this value in your request. If you are changing the `ThroughputMode` to `provisioned`, you must also set a value for `ProvisionedThroughputInMibps`. @return [String]
@!attribute [rw] provisioned_throughput_in_mibps
(Optional) Sets the amount of provisioned throughput, in MiB/s, for the file system. Valid values are 1-1024. If you are changing the throughput mode to provisioned, you must also provide the amount of provisioned throughput. Required if `ThroughputMode` is changed to `provisioned` on update. @return [Float]
@see docs.aws.amazon.com/goto/WebAPI/elasticfilesystem-2015-02-01/UpdateFileSystemRequest AWS API Documentation
Constants
- SENSITIVE