Class: Aws::Types::IcebergOrphanFileDeletionMetrics

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)


4550
4551
4552
# File 'sig/types.rbs', line 4550

def dpu_hours
  @dpu_hours
end

#job_duration_in_hour::Float

Returns the value of attribute job_duration_in_hour.

Returns:

  • (::Float)


4552
4553
4554
# File 'sig/types.rbs', line 4552

def job_duration_in_hour
  @job_duration_in_hour
end

#number_of_dpus::Integer

Returns the value of attribute number_of_dpus.

Returns:

  • (::Integer)


4551
4552
4553
# File 'sig/types.rbs', line 4551

def number_of_dpus
  @number_of_dpus
end

#number_of_orphan_files_deleted::Integer

Returns the value of attribute number_of_orphan_files_deleted.

Returns:

  • (::Integer)


4549
4550
4551
# File 'sig/types.rbs', line 4549

def number_of_orphan_files_deleted
  @number_of_orphan_files_deleted
end