Class: Aws::Types::Alert
- Inherits:
-
Object
- Object
- Aws::Types::Alert
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#alert_code ⇒ ::String
Returns the value of attribute alert_code.
-
#alert_message ⇒ ::String
Returns the value of attribute alert_message.
-
#category ⇒ "SCHEDULING_ERROR", ...
Returns the value of attribute category.
-
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
-
#related_resource_arns ⇒ ::Array[::String]
Returns the value of attribute related_resource_arns.
-
#resource_arn ⇒ ::String
Returns the value of attribute resource_arn.
Instance Attribute Details
#alert_code ⇒ ::String
Returns the value of attribute alert_code.
70 71 72 |
# File 'sig/types.rbs', line 70 def alert_code @alert_code end |
#alert_message ⇒ ::String
Returns the value of attribute alert_message.
71 72 73 |
# File 'sig/types.rbs', line 71 def @alert_message end |
#category ⇒ "SCHEDULING_ERROR", ...
Returns the value of attribute category.
75 76 77 |
# File 'sig/types.rbs', line 75 def category @category end |
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
72 73 74 |
# File 'sig/types.rbs', line 72 def last_modified_time @last_modified_time end |
#related_resource_arns ⇒ ::Array[::String]
Returns the value of attribute related_resource_arns.
73 74 75 |
# File 'sig/types.rbs', line 73 def @related_resource_arns end |
#resource_arn ⇒ ::String
Returns the value of attribute resource_arn.
74 75 76 |
# File 'sig/types.rbs', line 74 def resource_arn @resource_arn end |