Class: Aws::Types::ConfigRuleEvaluationStatus
- Inherits:
-
Object
- Object
- Aws::Types::ConfigRuleEvaluationStatus
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#config_rule_arn ⇒ ::String
Returns the value of attribute config_rule_arn.
-
#config_rule_id ⇒ ::String
Returns the value of attribute config_rule_id.
-
#config_rule_name ⇒ ::String
Returns the value of attribute config_rule_name.
-
#first_activated_time ⇒ ::Time
Returns the value of attribute first_activated_time.
-
#first_evaluation_started ⇒ Boolean
Returns the value of attribute first_evaluation_started.
-
#last_deactivated_time ⇒ ::Time
Returns the value of attribute last_deactivated_time.
-
#last_debug_log_delivery_status ⇒ ::String
Returns the value of attribute last_debug_log_delivery_status.
-
#last_debug_log_delivery_status_reason ⇒ ::String
Returns the value of attribute last_debug_log_delivery_status_reason.
-
#last_debug_log_delivery_time ⇒ ::Time
Returns the value of attribute last_debug_log_delivery_time.
-
#last_error_code ⇒ ::String
Returns the value of attribute last_error_code.
-
#last_error_message ⇒ ::String
Returns the value of attribute last_error_message.
-
#last_failed_evaluation_time ⇒ ::Time
Returns the value of attribute last_failed_evaluation_time.
-
#last_failed_invocation_time ⇒ ::Time
Returns the value of attribute last_failed_invocation_time.
-
#last_successful_evaluation_time ⇒ ::Time
Returns the value of attribute last_successful_evaluation_time.
-
#last_successful_invocation_time ⇒ ::Time
Returns the value of attribute last_successful_invocation_time.
Instance Attribute Details
#config_rule_arn ⇒ ::String
Returns the value of attribute config_rule_arn.
271 272 273 |
# File 'sig/types.rbs', line 271 def config_rule_arn @config_rule_arn end |
#config_rule_id ⇒ ::String
Returns the value of attribute config_rule_id.
272 273 274 |
# File 'sig/types.rbs', line 272 def config_rule_id @config_rule_id end |
#config_rule_name ⇒ ::String
Returns the value of attribute config_rule_name.
270 271 272 |
# File 'sig/types.rbs', line 270 def config_rule_name @config_rule_name end |
#first_activated_time ⇒ ::Time
Returns the value of attribute first_activated_time.
277 278 279 |
# File 'sig/types.rbs', line 277 def first_activated_time @first_activated_time end |
#first_evaluation_started ⇒ Boolean
Returns the value of attribute first_evaluation_started.
281 282 283 |
# File 'sig/types.rbs', line 281 def first_evaluation_started @first_evaluation_started end |
#last_deactivated_time ⇒ ::Time
Returns the value of attribute last_deactivated_time.
278 279 280 |
# File 'sig/types.rbs', line 278 def last_deactivated_time @last_deactivated_time end |
#last_debug_log_delivery_status ⇒ ::String
Returns the value of attribute last_debug_log_delivery_status.
282 283 284 |
# File 'sig/types.rbs', line 282 def last_debug_log_delivery_status @last_debug_log_delivery_status end |
#last_debug_log_delivery_status_reason ⇒ ::String
Returns the value of attribute last_debug_log_delivery_status_reason.
283 284 285 |
# File 'sig/types.rbs', line 283 def last_debug_log_delivery_status_reason @last_debug_log_delivery_status_reason end |
#last_debug_log_delivery_time ⇒ ::Time
Returns the value of attribute last_debug_log_delivery_time.
284 285 286 |
# File 'sig/types.rbs', line 284 def last_debug_log_delivery_time @last_debug_log_delivery_time end |
#last_error_code ⇒ ::String
Returns the value of attribute last_error_code.
279 280 281 |
# File 'sig/types.rbs', line 279 def last_error_code @last_error_code end |
#last_error_message ⇒ ::String
Returns the value of attribute last_error_message.
280 281 282 |
# File 'sig/types.rbs', line 280 def @last_error_message end |
#last_failed_evaluation_time ⇒ ::Time
Returns the value of attribute last_failed_evaluation_time.
276 277 278 |
# File 'sig/types.rbs', line 276 def last_failed_evaluation_time @last_failed_evaluation_time end |
#last_failed_invocation_time ⇒ ::Time
Returns the value of attribute last_failed_invocation_time.
274 275 276 |
# File 'sig/types.rbs', line 274 def last_failed_invocation_time @last_failed_invocation_time end |
#last_successful_evaluation_time ⇒ ::Time
Returns the value of attribute last_successful_evaluation_time.
275 276 277 |
# File 'sig/types.rbs', line 275 def last_successful_evaluation_time @last_successful_evaluation_time end |
#last_successful_invocation_time ⇒ ::Time
Returns the value of attribute last_successful_invocation_time.
273 274 275 |
# File 'sig/types.rbs', line 273 def last_successful_invocation_time @last_successful_invocation_time end |