Class: Aws::Types::MetadataTransferJobProgress

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#failed_count::Integer

Returns the value of attribute failed_count.

Returns:

  • (::Integer)


886
887
888
# File 'sig/types.rbs', line 886

def failed_count
  @failed_count
end

#skipped_count::Integer

Returns the value of attribute skipped_count.

Returns:

  • (::Integer)


885
886
887
# File 'sig/types.rbs', line 885

def skipped_count
  @skipped_count
end

#succeeded_count::Integer

Returns the value of attribute succeeded_count.

Returns:

  • (::Integer)


884
885
886
# File 'sig/types.rbs', line 884

def succeeded_count
  @succeeded_count
end

#total_count::Integer

Returns the value of attribute total_count.

Returns:

  • (::Integer)


883
884
885
# File 'sig/types.rbs', line 883

def total_count
  @total_count
end