Class: Aws::Types::RuleExecutionResult
- Inherits:
-
Object
- Object
- Aws::Types::RuleExecutionResult
- 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_summary ⇒ ::String
Returns the value of attribute external_execution_summary.
-
#external_execution_url ⇒ ::String
Returns the value of attribute external_execution_url.
Instance Attribute Details
#error_details ⇒ Types::ErrorDetails
Returns the value of attribute error_details.
1231 1232 1233 |
# File 'sig/types.rbs', line 1231 def error_details @error_details end |
#external_execution_id ⇒ ::String
Returns the value of attribute external_execution_id.
1228 1229 1230 |
# File 'sig/types.rbs', line 1228 def external_execution_id @external_execution_id end |
#external_execution_summary ⇒ ::String
Returns the value of attribute external_execution_summary.
1229 1230 1231 |
# File 'sig/types.rbs', line 1229 def external_execution_summary @external_execution_summary end |
#external_execution_url ⇒ ::String
Returns the value of attribute external_execution_url.
1230 1231 1232 |
# File 'sig/types.rbs', line 1230 def external_execution_url @external_execution_url end |