Class: Aws::Types::CustomDetection
- Inherits:
-
Object
- Object
- Aws::Types::CustomDetection
- 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.
465 466 467 |
# File 'sig/types.rbs', line 465 def arn @arn end |
#count ⇒ ::Integer
Returns the value of attribute count.
466 467 468 |
# File 'sig/types.rbs', line 466 def count @count end |
#name ⇒ ::String
Returns the value of attribute name.
467 468 469 |
# File 'sig/types.rbs', line 467 def name @name end |
#occurrences ⇒ Types::Occurrences
Returns the value of attribute occurrences.
468 469 470 |
# File 'sig/types.rbs', line 468 def occurrences @occurrences end |