Class: Aws::Types::Detection
- Inherits:
-
Object
- Object
- Aws::Types::Detection
- 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.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#suppressed ⇒ Boolean
Returns the value of attribute suppressed.
-
#type ⇒ "CUSTOM", "MANAGED"
Returns the value of attribute type.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
594 595 596 |
# File 'sig/types.rbs', line 594 def arn @arn end |
#count ⇒ ::Integer
Returns the value of attribute count.
595 596 597 |
# File 'sig/types.rbs', line 595 def count @count end |
#id ⇒ ::String
Returns the value of attribute id.
596 597 598 |
# File 'sig/types.rbs', line 596 def id @id end |
#name ⇒ ::String
Returns the value of attribute name.
597 598 599 |
# File 'sig/types.rbs', line 597 def name @name end |
#suppressed ⇒ Boolean
Returns the value of attribute suppressed.
598 599 600 |
# File 'sig/types.rbs', line 598 def suppressed @suppressed end |
#type ⇒ "CUSTOM", "MANAGED"
Returns the value of attribute type.
599 600 601 |
# File 'sig/types.rbs', line 599 def type @type end |