Class: Aws::Types::EventType
- Inherits:
-
Object
- Object
- Aws::Types::EventType
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#actionability ⇒ "ACTION_REQUIRED", ...
Returns the value of attribute actionability.
-
#category ⇒ "issue", ...
Returns the value of attribute category.
-
#code ⇒ ::String
Returns the value of attribute code.
-
#personas ⇒ ::Array[("OPERATIONS" | "SECURITY" | "BILLING")]
Returns the value of attribute personas.
-
#service ⇒ ::String
Returns the value of attribute service.
Instance Attribute Details
#actionability ⇒ "ACTION_REQUIRED", ...
Returns the value of attribute actionability.
287 288 289 |
# File 'sig/types.rbs', line 287 def actionability @actionability end |
#category ⇒ "issue", ...
Returns the value of attribute category.
286 287 288 |
# File 'sig/types.rbs', line 286 def category @category end |
#code ⇒ ::String
Returns the value of attribute code.
285 286 287 |
# File 'sig/types.rbs', line 285 def code @code end |
#personas ⇒ ::Array[("OPERATIONS" | "SECURITY" | "BILLING")]
Returns the value of attribute personas.
288 289 290 |
# File 'sig/types.rbs', line 288 def personas @personas end |
#service ⇒ ::String
Returns the value of attribute service.
284 285 286 |
# File 'sig/types.rbs', line 284 def service @service end |