Class: Aws::Types::RuleExecutionDetail
- Inherits:
-
Object
- Object
- Aws::Types::RuleExecutionDetail
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#input ⇒ Types::RuleExecutionInput
Returns the value of attribute input.
-
#last_update_time ⇒ ::Time
Returns the value of attribute last_update_time.
-
#output ⇒ Types::RuleExecutionOutput
Returns the value of attribute output.
-
#pipeline_execution_id ⇒ ::String
Returns the value of attribute pipeline_execution_id.
-
#pipeline_version ⇒ ::Integer
Returns the value of attribute pipeline_version.
-
#rule_execution_id ⇒ ::String
Returns the value of attribute rule_execution_id.
-
#rule_name ⇒ ::String
Returns the value of attribute rule_name.
-
#stage_name ⇒ ::String
Returns the value of attribute stage_name.
-
#start_time ⇒ ::Time
Returns the value of attribute start_time.
-
#status ⇒ "InProgress", ...
Returns the value of attribute status.
-
#updated_by ⇒ ::String
Returns the value of attribute updated_by.
Instance Attribute Details
#input ⇒ Types::RuleExecutionInput
Returns the value of attribute input.
1201 1202 1203 |
# File 'sig/types.rbs', line 1201 def input @input end |
#last_update_time ⇒ ::Time
Returns the value of attribute last_update_time.
1198 1199 1200 |
# File 'sig/types.rbs', line 1198 def last_update_time @last_update_time end |
#output ⇒ Types::RuleExecutionOutput
Returns the value of attribute output.
1202 1203 1204 |
# File 'sig/types.rbs', line 1202 def output @output end |
#pipeline_execution_id ⇒ ::String
Returns the value of attribute pipeline_execution_id.
1192 1193 1194 |
# File 'sig/types.rbs', line 1192 def pipeline_execution_id @pipeline_execution_id end |
#pipeline_version ⇒ ::Integer
Returns the value of attribute pipeline_version.
1194 1195 1196 |
# File 'sig/types.rbs', line 1194 def pipeline_version @pipeline_version end |
#rule_execution_id ⇒ ::String
Returns the value of attribute rule_execution_id.
1193 1194 1195 |
# File 'sig/types.rbs', line 1193 def rule_execution_id @rule_execution_id end |
#rule_name ⇒ ::String
Returns the value of attribute rule_name.
1196 1197 1198 |
# File 'sig/types.rbs', line 1196 def rule_name @rule_name end |
#stage_name ⇒ ::String
Returns the value of attribute stage_name.
1195 1196 1197 |
# File 'sig/types.rbs', line 1195 def stage_name @stage_name end |
#start_time ⇒ ::Time
Returns the value of attribute start_time.
1197 1198 1199 |
# File 'sig/types.rbs', line 1197 def start_time @start_time end |
#status ⇒ "InProgress", ...
Returns the value of attribute status.
1200 1201 1202 |
# File 'sig/types.rbs', line 1200 def status @status end |
#updated_by ⇒ ::String
Returns the value of attribute updated_by.
1199 1200 1201 |
# File 'sig/types.rbs', line 1199 def updated_by @updated_by end |