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)


4484
4485
4486
# File 'sig/types.rbs', line 4484

def dpu_hours
  @dpu_hours
end

#job_duration_in_hour::Float

Returns the value of attribute job_duration_in_hour.

Returns:

  • (::Float)


4486
4487
4488
# File 'sig/types.rbs', line 4486

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)


4482
4483
4484
# File 'sig/types.rbs', line 4482

def number_of_bytes_compacted
  @number_of_bytes_compacted
end

#number_of_dpus::Integer

Returns the value of attribute number_of_dpus.

Returns:

  • (::Integer)


4485
4486
4487
# File 'sig/types.rbs', line 4485

def number_of_dpus
  @number_of_dpus
end

#number_of_files_compacted::Integer

Returns the value of attribute number_of_files_compacted.

Returns:

  • (::Integer)


4483
4484
4485
# File 'sig/types.rbs', line 4483

def number_of_files_compacted
  @number_of_files_compacted
end