Class: Aws::Types::DebugRuleEvaluationStatus
- Inherits:
-
Object
- Object
- Aws::Types::DebugRuleEvaluationStatus
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
-
#rule_configuration_name ⇒ ::String
Returns the value of attribute rule_configuration_name.
-
#rule_evaluation_job_arn ⇒ ::String
Returns the value of attribute rule_evaluation_job_arn.
-
#rule_evaluation_status ⇒ "InProgress", ...
Returns the value of attribute rule_evaluation_status.
-
#status_details ⇒ ::String
Returns the value of attribute status_details.
Instance Attribute Details
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
3176 3177 3178 |
# File 'sig/types.rbs', line 3176 def last_modified_time @last_modified_time end |
#rule_configuration_name ⇒ ::String
Returns the value of attribute rule_configuration_name.
3172 3173 3174 |
# File 'sig/types.rbs', line 3172 def rule_configuration_name @rule_configuration_name end |
#rule_evaluation_job_arn ⇒ ::String
Returns the value of attribute rule_evaluation_job_arn.
3173 3174 3175 |
# File 'sig/types.rbs', line 3173 def rule_evaluation_job_arn @rule_evaluation_job_arn end |
#rule_evaluation_status ⇒ "InProgress", ...
Returns the value of attribute rule_evaluation_status.
3174 3175 3176 |
# File 'sig/types.rbs', line 3174 def rule_evaluation_status @rule_evaluation_status end |
#status_details ⇒ ::String
Returns the value of attribute status_details.
3175 3176 3177 |
# File 'sig/types.rbs', line 3175 def status_details @status_details end |