Class: Aws::Types::CustomDataIdentifiersResult

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#detections::Array[Types::CustomDataIdentifiersDetections]

Returns the value of attribute detections.



5341
5342
5343
# File 'sig/types.rbs', line 5341

def detections
  @detections
end

#total_count::Integer

Returns the value of attribute total_count.

Returns:

  • (::Integer)


5342
5343
5344
# File 'sig/types.rbs', line 5342

def total_count
  @total_count
end