Class: Aws::Types::LocalSizeConfig
- Inherits:
-
Object
- Object
- Aws::Types::LocalSizeConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#max_local_media_size_in_mb ⇒ ::Integer
Returns the value of attribute max_local_media_size_in_mb.
-
#strategy_on_full_size ⇒ "DELETE_OLDEST_MEDIA", "DENY_NEW_MEDIA"
Returns the value of attribute strategy_on_full_size.
Instance Attribute Details
#max_local_media_size_in_mb ⇒ ::Integer
Returns the value of attribute max_local_media_size_in_mb.
378 379 380 |
# File 'sig/types.rbs', line 378 def max_local_media_size_in_mb @max_local_media_size_in_mb end |
#strategy_on_full_size ⇒ "DELETE_OLDEST_MEDIA", "DENY_NEW_MEDIA"
Returns the value of attribute strategy_on_full_size.
379 380 381 |
# File 'sig/types.rbs', line 379 def strategy_on_full_size @strategy_on_full_size end |