Class: Aws::Types::ActionExecution
- Inherits:
-
Object
- Object
- Aws::Types::ActionExecution
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#action_execution_id ⇒ ::String
Returns the value of attribute action_execution_id.
-
#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.
-
#log_stream_arn ⇒ ::String
Returns the value of attribute log_stream_arn.
-
#percent_complete ⇒ ::Integer
Returns the value of attribute percent_complete.
-
#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
#action_execution_id ⇒ ::String
Returns the value of attribute action_execution_id.
81 82 83 |
# File 'sig/types.rbs', line 81 def action_execution_id @action_execution_id end |
#error_details ⇒ Types::ErrorDetails
Returns the value of attribute error_details.
90 91 92 |
# File 'sig/types.rbs', line 90 def error_details @error_details end |
#external_execution_id ⇒ ::String
Returns the value of attribute external_execution_id.
87 88 89 |
# File 'sig/types.rbs', line 87 def external_execution_id @external_execution_id end |
#external_execution_url ⇒ ::String
Returns the value of attribute external_execution_url.
88 89 90 |
# File 'sig/types.rbs', line 88 def external_execution_url @external_execution_url end |
#last_status_change ⇒ ::Time
Returns the value of attribute last_status_change.
84 85 86 |
# File 'sig/types.rbs', line 84 def last_status_change @last_status_change end |
#last_updated_by ⇒ ::String
Returns the value of attribute last_updated_by.
86 87 88 |
# File 'sig/types.rbs', line 86 def last_updated_by @last_updated_by end |
#log_stream_arn ⇒ ::String
Returns the value of attribute log_stream_arn.
91 92 93 |
# File 'sig/types.rbs', line 91 def log_stream_arn @log_stream_arn end |
#percent_complete ⇒ ::Integer
Returns the value of attribute percent_complete.
89 90 91 |
# File 'sig/types.rbs', line 89 def percent_complete @percent_complete end |
#status ⇒ "InProgress", ...
Returns the value of attribute status.
82 83 84 |
# File 'sig/types.rbs', line 82 def status @status end |
#summary ⇒ ::String
Returns the value of attribute summary.
83 84 85 |
# File 'sig/types.rbs', line 83 def summary @summary end |
#token ⇒ ::String
Returns the value of attribute token.
85 86 87 |
# File 'sig/types.rbs', line 85 def token @token end |