Class: Aws::Types::ImportStatistics

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#events_completed::Integer

Returns the value of attribute events_completed.

Returns:

  • (::Integer)


625
626
627
# File 'sig/types.rbs', line 625

def events_completed
  @events_completed
end

#failed_entries::Integer

Returns the value of attribute failed_entries.

Returns:

  • (::Integer)


626
627
628
# File 'sig/types.rbs', line 626

def failed_entries
  @failed_entries
end

#files_completed::Integer

Returns the value of attribute files_completed.

Returns:

  • (::Integer)


624
625
626
# File 'sig/types.rbs', line 624

def files_completed
  @files_completed
end

#prefixes_completed::Integer

Returns the value of attribute prefixes_completed.

Returns:

  • (::Integer)


623
624
625
# File 'sig/types.rbs', line 623

def prefixes_completed
  @prefixes_completed
end

#prefixes_found::Integer

Returns the value of attribute prefixes_found.

Returns:

  • (::Integer)


622
623
624
# File 'sig/types.rbs', line 622

def prefixes_found
  @prefixes_found
end