Class: Aws::Types::IcebergCompactionMetrics

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#dpu_hours::Float

Returns the value of attribute dpu_hours.

Returns:

  • (::Float)


4513
4514
4515
# File 'sig/types.rbs', line 4513

def dpu_hours
  @dpu_hours
end

#job_duration_in_hour::Float

Returns the value of attribute job_duration_in_hour.

Returns:

  • (::Float)


4515
4516
4517
# File 'sig/types.rbs', line 4515

def job_duration_in_hour
  @job_duration_in_hour
end

#number_of_bytes_compacted::Integer

Returns the value of attribute number_of_bytes_compacted.

Returns:

  • (::Integer)


4511
4512
4513
# File 'sig/types.rbs', line 4511

def number_of_bytes_compacted
  @number_of_bytes_compacted
end

#number_of_dpus::Integer

Returns the value of attribute number_of_dpus.

Returns:

  • (::Integer)


4514
4515
4516
# File 'sig/types.rbs', line 4514

def number_of_dpus
  @number_of_dpus
end

#number_of_files_compacted::Integer

Returns the value of attribute number_of_files_compacted.

Returns:

  • (::Integer)


4512
4513
4514
# File 'sig/types.rbs', line 4512

def number_of_files_compacted
  @number_of_files_compacted
end