Class: Aws::Types::SensitiveDataItem

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#category"FINANCIAL_INFORMATION", ...

Returns the value of attribute category.

Returns:

  • ("FINANCIAL_INFORMATION", "PERSONAL_INFORMATION", "CREDENTIALS", "CUSTOM_IDENTIFIER")


1654
1655
1656
# File 'sig/types.rbs', line 1654

def category
  @category
end

#detections::Array[Types::DefaultDetection]

Returns the value of attribute detections.

Returns:



1655
1656
1657
# File 'sig/types.rbs', line 1655

def detections
  @detections
end

#total_count::Integer

Returns the value of attribute total_count.

Returns:

  • (::Integer)


1656
1657
1658
# File 'sig/types.rbs', line 1656

def total_count
  @total_count
end