Class: Aws::Types::UpdateFileSystemRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateFileSystemRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#file_system_id ⇒ ::String
Returns the value of attribute file_system_id.
-
#provisioned_throughput_in_mibps ⇒ ::Float
Returns the value of attribute provisioned_throughput_in_mibps.
-
#throughput_mode ⇒ "bursting", ...
Returns the value of attribute throughput_mode.
Instance Attribute Details
#file_system_id ⇒ ::String
Returns the value of attribute file_system_id.
607 608 609 |
# File 'sig/types.rbs', line 607 def file_system_id @file_system_id end |
#provisioned_throughput_in_mibps ⇒ ::Float
Returns the value of attribute provisioned_throughput_in_mibps.
609 610 611 |
# File 'sig/types.rbs', line 609 def provisioned_throughput_in_mibps @provisioned_throughput_in_mibps end |
#throughput_mode ⇒ "bursting", ...
Returns the value of attribute throughput_mode.
608 609 610 |
# File 'sig/types.rbs', line 608 def throughput_mode @throughput_mode end |