Class: Aws::Types::RuleExecution
- Inherits:
-
Object
- Object
- Aws::Types::RuleExecution
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#error_details ⇒ Types::ErrorDetails
Returns the value of attribute error_details.
-
#external_execution_id ⇒ ::String
Returns the value of attribute external_execution_id.
-
#external_execution_url ⇒ ::String
Returns the value of attribute external_execution_url.
-
#last_status_change ⇒ ::Time
Returns the value of attribute last_status_change.
-
#last_updated_by ⇒ ::String
Returns the value of attribute last_updated_by.
-
#rule_execution_id ⇒ ::String
Returns the value of attribute rule_execution_id.
-
#status ⇒ "InProgress", ...
Returns the value of attribute status.
-
#summary ⇒ ::String
Returns the value of attribute summary.
-
#token ⇒ ::String
Returns the value of attribute token.
Instance Attribute Details
#error_details ⇒ Types::ErrorDetails
Returns the value of attribute error_details.
1187 1188 1189 |
# File 'sig/types.rbs', line 1187 def error_details @error_details end |
#external_execution_id ⇒ ::String
Returns the value of attribute external_execution_id.
1185 1186 1187 |
# File 'sig/types.rbs', line 1185 def external_execution_id @external_execution_id end |
#external_execution_url ⇒ ::String
Returns the value of attribute external_execution_url.
1186 1187 1188 |
# File 'sig/types.rbs', line 1186 def external_execution_url @external_execution_url end |
#last_status_change ⇒ ::Time
Returns the value of attribute last_status_change.
1182 1183 1184 |
# File 'sig/types.rbs', line 1182 def last_status_change @last_status_change end |
#last_updated_by ⇒ ::String
Returns the value of attribute last_updated_by.
1184 1185 1186 |
# File 'sig/types.rbs', line 1184 def last_updated_by @last_updated_by end |
#rule_execution_id ⇒ ::String
Returns the value of attribute rule_execution_id.
1179 1180 1181 |
# File 'sig/types.rbs', line 1179 def rule_execution_id @rule_execution_id end |
#status ⇒ "InProgress", ...
Returns the value of attribute status.
1180 1181 1182 |
# File 'sig/types.rbs', line 1180 def status @status end |
#summary ⇒ ::String
Returns the value of attribute summary.
1181 1182 1183 |
# File 'sig/types.rbs', line 1181 def summary @summary end |
#token ⇒ ::String
Returns the value of attribute token.
1183 1184 1185 |
# File 'sig/types.rbs', line 1183 def token @token end |