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.
10197 10198 10199 |
# File 'sig/types.rbs', line 10197 def last_modified_time @last_modified_time end |
#rule_configuration_name ⇒ ::String
Returns the value of attribute rule_configuration_name.
10193 10194 10195 |
# File 'sig/types.rbs', line 10193 def rule_configuration_name @rule_configuration_name end |
#rule_evaluation_job_arn ⇒ ::String
Returns the value of attribute rule_evaluation_job_arn.
10194 10195 10196 |
# File 'sig/types.rbs', line 10194 def rule_evaluation_job_arn @rule_evaluation_job_arn end |
#rule_evaluation_status ⇒ "InProgress", ...
Returns the value of attribute rule_evaluation_status.
10195 10196 10197 |
# File 'sig/types.rbs', line 10195 def rule_evaluation_status @rule_evaluation_status end |
#status_details ⇒ ::String
Returns the value of attribute status_details.
10196 10197 10198 |
# File 'sig/types.rbs', line 10196 def status_details @status_details end |