Class: Aws::Types::SensitiveDataDetections
- Inherits:
-
Object
- Object
- Aws::Types::SensitiveDataDetections
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#count ⇒ ::Integer
Returns the value of attribute count.
-
#occurrences ⇒ Types::Occurrences
Returns the value of attribute occurrences.
-
#type ⇒ ::String
Returns the value of attribute type.
Instance Attribute Details
#count ⇒ ::Integer
Returns the value of attribute count.
7540 7541 7542 |
# File 'sig/types.rbs', line 7540 def count @count end |
#occurrences ⇒ Types::Occurrences
Returns the value of attribute occurrences.
7542 7543 7544 |
# File 'sig/types.rbs', line 7542 def occurrences @occurrences end |
#type ⇒ ::String
Returns the value of attribute type.
7541 7542 7543 |
# File 'sig/types.rbs', line 7541 def type @type end |