Class: Aws::Types::AggregationConfig

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#aggregation_type"None", "SingleFile"

Returns the value of attribute aggregation_type.

Returns:

  • ("None", "SingleFile")


17
18
19
# File 'sig/types.rbs', line 17

def aggregation_type
  @aggregation_type
end

#target_file_size::Integer

Returns the value of attribute target_file_size.

Returns:

  • (::Integer)


18
19
20
# File 'sig/types.rbs', line 18

def target_file_size
  @target_file_size
end