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)


4560
4561
4562
# File 'sig/types.rbs', line 4560

def dpu_hours
  @dpu_hours
end

#job_duration_in_hour::Float

Returns the value of attribute job_duration_in_hour.

Returns:

  • (::Float)


4562
4563
4564
# File 'sig/types.rbs', line 4562

def job_duration_in_hour
  @job_duration_in_hour
end

#number_of_dpus::Integer

Returns the value of attribute number_of_dpus.

Returns:

  • (::Integer)


4561
4562
4563
# File 'sig/types.rbs', line 4561

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)


4559
4560
4561
# File 'sig/types.rbs', line 4559

def number_of_orphan_files_deleted
  @number_of_orphan_files_deleted
end