Class: Aws::Types::StorageOptimizer
- Inherits:
-
Object
- Object
- Aws::Types::StorageOptimizer
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#config ⇒ ::Hash[::String, ::String]
Returns the value of attribute config.
-
#error_message ⇒ ::String
Returns the value of attribute error_message.
-
#last_run_details ⇒ ::String
Returns the value of attribute last_run_details.
-
#storage_optimizer_type ⇒ "COMPACTION", ...
Returns the value of attribute storage_optimizer_type.
-
#warnings ⇒ ::String
Returns the value of attribute warnings.
Instance Attribute Details
#config ⇒ ::Hash[::String, ::String]
Returns the value of attribute config.
1057 1058 1059 |
# File 'sig/types.rbs', line 1057 def config @config end |
#error_message ⇒ ::String
Returns the value of attribute error_message.
1058 1059 1060 |
# File 'sig/types.rbs', line 1058 def @error_message end |
#last_run_details ⇒ ::String
Returns the value of attribute last_run_details.
1060 1061 1062 |
# File 'sig/types.rbs', line 1060 def last_run_details @last_run_details end |
#storage_optimizer_type ⇒ "COMPACTION", ...
Returns the value of attribute storage_optimizer_type.
1056 1057 1058 |
# File 'sig/types.rbs', line 1056 def storage_optimizer_type @storage_optimizer_type end |
#warnings ⇒ ::String
Returns the value of attribute warnings.
1059 1060 1061 |
# File 'sig/types.rbs', line 1059 def warnings @warnings end |