Class: Aws::Types::CustomDataIdentifiersDetections
- Inherits:
-
Object
- Object
- Aws::Types::CustomDataIdentifiersDetections
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#count ⇒ ::Integer
Returns the value of attribute count.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#occurrences ⇒ Types::Occurrences
Returns the value of attribute occurrences.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
5334 5335 5336 |
# File 'sig/types.rbs', line 5334 def arn @arn end |
#count ⇒ ::Integer
Returns the value of attribute count.
5333 5334 5335 |
# File 'sig/types.rbs', line 5333 def count @count end |
#name ⇒ ::String
Returns the value of attribute name.
5335 5336 5337 |
# File 'sig/types.rbs', line 5335 def name @name end |
#occurrences ⇒ Types::Occurrences
Returns the value of attribute occurrences.
5336 5337 5338 |
# File 'sig/types.rbs', line 5336 def occurrences @occurrences end |