Class: Aws::Types::TransformationJobProgressReport

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#total_files_converted::Integer

Returns the value of attribute total_files_converted.

Returns:

  • (::Integer)


617
618
619
# File 'sig/types.rbs', line 617

def total_files_converted
  @total_files_converted
end

#total_files_failed::Integer

Returns the value of attribute total_files_failed.

Returns:

  • (::Integer)


618
619
620
# File 'sig/types.rbs', line 618

def total_files_failed
  @total_files_failed
end

#total_files_scanned::Integer

Returns the value of attribute total_files_scanned.

Returns:

  • (::Integer)


616
617
618
# File 'sig/types.rbs', line 616

def total_files_scanned
  @total_files_scanned
end

#total_resources_generated::Integer

Returns the value of attribute total_resources_generated.

Returns:

  • (::Integer)


619
620
621
# File 'sig/types.rbs', line 619

def total_resources_generated
  @total_resources_generated
end