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)


4531
4532
4533
# File 'sig/types.rbs', line 4531

def dpu_hours
  @dpu_hours
end

#job_duration_in_hour::Float

Returns the value of attribute job_duration_in_hour.

Returns:

  • (::Float)


4533
4534
4535
# File 'sig/types.rbs', line 4533

def job_duration_in_hour
  @job_duration_in_hour
end

#number_of_dpus::Integer

Returns the value of attribute number_of_dpus.

Returns:

  • (::Integer)


4532
4533
4534
# File 'sig/types.rbs', line 4532

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)


4530
4531
4532
# File 'sig/types.rbs', line 4530

def number_of_orphan_files_deleted
  @number_of_orphan_files_deleted
end