Class: Aws::Types::DataSourceSyncJobMetrics

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#documents_added::String

Returns the value of attribute documents_added.

Returns:

  • (::String)


575
576
577
# File 'sig/types.rbs', line 575

def documents_added
  @documents_added
end

#documents_deleted::String

Returns the value of attribute documents_deleted.

Returns:

  • (::String)


577
578
579
# File 'sig/types.rbs', line 577

def documents_deleted
  @documents_deleted
end

#documents_failed::String

Returns the value of attribute documents_failed.

Returns:

  • (::String)


578
579
580
# File 'sig/types.rbs', line 578

def documents_failed
  @documents_failed
end

#documents_modified::String

Returns the value of attribute documents_modified.

Returns:

  • (::String)


576
577
578
# File 'sig/types.rbs', line 576

def documents_modified
  @documents_modified
end

#documents_scanned::String

Returns the value of attribute documents_scanned.

Returns:

  • (::String)


579
580
581
# File 'sig/types.rbs', line 579

def documents_scanned
  @documents_scanned
end