Class: Aws::Types::ProfilerRuleEvaluationStatus
- Inherits:
-
Object
- Object
- Aws::Types::ProfilerRuleEvaluationStatus
- 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.
10190 10191 10192 |
# File 'sig/types.rbs', line 10190 def last_modified_time @last_modified_time end |
#rule_configuration_name ⇒ ::String
Returns the value of attribute rule_configuration_name.
10186 10187 10188 |
# File 'sig/types.rbs', line 10186 def rule_configuration_name @rule_configuration_name end |
#rule_evaluation_job_arn ⇒ ::String
Returns the value of attribute rule_evaluation_job_arn.
10187 10188 10189 |
# File 'sig/types.rbs', line 10187 def rule_evaluation_job_arn @rule_evaluation_job_arn end |
#rule_evaluation_status ⇒ "InProgress", ...
Returns the value of attribute rule_evaluation_status.
10188 10189 10190 |
# File 'sig/types.rbs', line 10188 def rule_evaluation_status @rule_evaluation_status end |
#status_details ⇒ ::String
Returns the value of attribute status_details.
10189 10190 10191 |
# File 'sig/types.rbs', line 10189 def status_details @status_details end |