Class: Aws::Types::ContainerLogRotationConfiguration

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#max_files_to_keep::Integer

Returns the value of attribute max_files_to_keep.

Returns:



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.

Returns:



72
73
74
# File 'sig/types.rbs', line 72

def rotation_size
  @rotation_size
end