Class: Aws::Types::SensitiveDataResult

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#category::String

Returns the value of attribute category.

Returns:

  • (::String)


7547
7548
7549
# File 'sig/types.rbs', line 7547

def category
  @category
end

#detections::Array[Types::SensitiveDataDetections]

Returns the value of attribute detections.

Returns:



7548
7549
7550
# File 'sig/types.rbs', line 7548

def detections
  @detections
end

#total_count::Integer

Returns the value of attribute total_count.

Returns:

  • (::Integer)


7549
7550
7551
# File 'sig/types.rbs', line 7549

def total_count
  @total_count
end