Class: Aws::Types::Indicator
- Inherits:
-
Object
- Object
- Aws::Types::Indicator
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#indicator_detail ⇒ Types::IndicatorDetail
Returns the value of attribute indicator_detail.
-
#indicator_type ⇒ "TTP_OBSERVED", ...
Returns the value of attribute indicator_type.
Instance Attribute Details
#indicator_detail ⇒ Types::IndicatorDetail
Returns the value of attribute indicator_detail.
209 210 211 |
# File 'sig/types.rbs', line 209 def indicator_detail @indicator_detail end |
#indicator_type ⇒ "TTP_OBSERVED", ...
Returns the value of attribute indicator_type.
208 209 210 |
# File 'sig/types.rbs', line 208 def indicator_type @indicator_type end |