Class: Aws::Types::Indicator
- Inherits:
-
Object
- Object
- Aws::Types::Indicator
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#key ⇒ "SUSPICIOUS_USER_AGENT", ...
Returns the value of attribute key.
-
#title ⇒ ::String
Returns the value of attribute title.
-
#values ⇒ ::Array[::String]
Returns the value of attribute values.
Instance Attribute Details
#key ⇒ "SUSPICIOUS_USER_AGENT", ...
Returns the value of attribute key.
1589 1590 1591 |
# File 'sig/types.rbs', line 1589 def key @key end |
#title ⇒ ::String
Returns the value of attribute title.
1591 1592 1593 |
# File 'sig/types.rbs', line 1591 def title @title end |
#values ⇒ ::Array[::String]
Returns the value of attribute values.
1590 1591 1592 |
# File 'sig/types.rbs', line 1590 def values @values end |