Class: Aws::Types::ContainerLogRotationConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::ContainerLogRotationConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#max_files_to_keep ⇒ ::Integer
Returns the value of attribute max_files_to_keep.
-
#rotation_size ⇒ ::String
Returns the value of attribute rotation_size.
Instance Attribute Details
#max_files_to_keep ⇒ ::Integer
Returns the value of attribute max_files_to_keep.
73 74 75 |
# File 'sig/types.rbs', line 73 def max_files_to_keep @max_files_to_keep end |
#rotation_size ⇒ ::String
Returns the value of attribute rotation_size.
72 73 74 |
# File 'sig/types.rbs', line 72 def rotation_size @rotation_size end |