Class: Aws::Types::ResourceStatistics

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#total_bytes_classified::Integer

Returns the value of attribute total_bytes_classified.

Returns:

  • (::Integer)


1466
1467
1468
# File 'sig/types.rbs', line 1466

def total_bytes_classified
  @total_bytes_classified
end

#total_detections::Integer

Returns the value of attribute total_detections.

Returns:

  • (::Integer)


1467
1468
1469
# File 'sig/types.rbs', line 1467

def total_detections
  @total_detections
end

#total_detections_suppressed::Integer

Returns the value of attribute total_detections_suppressed.

Returns:

  • (::Integer)


1468
1469
1470
# File 'sig/types.rbs', line 1468

def total_detections_suppressed
  @total_detections_suppressed
end

#total_items_classified::Integer

Returns the value of attribute total_items_classified.

Returns:

  • (::Integer)


1469
1470
1471
# File 'sig/types.rbs', line 1469

def total_items_classified
  @total_items_classified
end

#total_items_sensitive::Integer

Returns the value of attribute total_items_sensitive.

Returns:

  • (::Integer)


1470
1471
1472
# File 'sig/types.rbs', line 1470

def total_items_sensitive
  @total_items_sensitive
end

#total_items_skipped::Integer

Returns the value of attribute total_items_skipped.

Returns:

  • (::Integer)


1471
1472
1473
# File 'sig/types.rbs', line 1471

def total_items_skipped
  @total_items_skipped
end

#total_items_skipped_invalid_encryption::Integer

Returns the value of attribute total_items_skipped_invalid_encryption.

Returns:

  • (::Integer)


1472
1473
1474
# File 'sig/types.rbs', line 1472

def total_items_skipped_invalid_encryption
  @total_items_skipped_invalid_encryption
end

#total_items_skipped_invalid_kms::Integer

Returns the value of attribute total_items_skipped_invalid_kms.

Returns:

  • (::Integer)


1473
1474
1475
# File 'sig/types.rbs', line 1473

def total_items_skipped_invalid_kms
  @total_items_skipped_invalid_kms
end

#total_items_skipped_permission_denied::Integer

Returns the value of attribute total_items_skipped_permission_denied.

Returns:

  • (::Integer)


1474
1475
1476
# File 'sig/types.rbs', line 1474

def total_items_skipped_permission_denied
  @total_items_skipped_permission_denied
end