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.
10212 10213 10214 |
# File 'sig/types.rbs', line 10212 def last_modified_time @last_modified_time end |
#rule_configuration_name ⇒ ::String
Returns the value of attribute rule_configuration_name.
10208 10209 10210 |
# File 'sig/types.rbs', line 10208 def rule_configuration_name @rule_configuration_name end |
#rule_evaluation_job_arn ⇒ ::String
Returns the value of attribute rule_evaluation_job_arn.
10209 10210 10211 |
# File 'sig/types.rbs', line 10209 def rule_evaluation_job_arn @rule_evaluation_job_arn end |
#rule_evaluation_status ⇒ "InProgress", ...
Returns the value of attribute rule_evaluation_status.
10210 10211 10212 |
# File 'sig/types.rbs', line 10210 def rule_evaluation_status @rule_evaluation_status end |
#status_details ⇒ ::String
Returns the value of attribute status_details.
10211 10212 10213 |
# File 'sig/types.rbs', line 10211 def status_details @status_details end |