Class: Aws::Types::S3OnDeviceServiceConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::S3OnDeviceServiceConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#fault_tolerance ⇒ ::Integer
Returns the value of attribute fault_tolerance.
-
#service_size ⇒ ::Integer
Returns the value of attribute service_size.
-
#storage_limit ⇒ ::Float
Returns the value of attribute storage_limit.
-
#storage_unit ⇒ "TB"
Returns the value of attribute storage_unit.
Instance Attribute Details
#fault_tolerance ⇒ ::Integer
Returns the value of attribute fault_tolerance.
560 561 562 |
# File 'sig/types.rbs', line 560 def fault_tolerance @fault_tolerance end |
#service_size ⇒ ::Integer
Returns the value of attribute service_size.
559 560 561 |
# File 'sig/types.rbs', line 559 def service_size @service_size end |
#storage_limit ⇒ ::Float
Returns the value of attribute storage_limit.
557 558 559 |
# File 'sig/types.rbs', line 557 def storage_limit @storage_limit end |
#storage_unit ⇒ "TB"
Returns the value of attribute storage_unit.
558 559 560 |
# File 'sig/types.rbs', line 558 def storage_unit @storage_unit end |