Class: Aws::Types::UpdatedSessionActionInfo
- Inherits:
-
Object
- Object
- Aws::Types::UpdatedSessionActionInfo
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#completed_status ⇒ "SUCCEEDED", ...
Returns the value of attribute completed_status.
-
#ended_at ⇒ ::Time
Returns the value of attribute ended_at.
-
#manifests ⇒ ::Array[Types::TaskRunManifestPropertiesRequest]
Returns the value of attribute manifests.
-
#process_exit_code ⇒ ::Integer
Returns the value of attribute process_exit_code.
-
#progress_message ⇒ ::String
Returns the value of attribute progress_message.
-
#progress_percent ⇒ ::Float
Returns the value of attribute progress_percent.
-
#started_at ⇒ ::Time
Returns the value of attribute started_at.
-
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
Instance Attribute Details
#completed_status ⇒ "SUCCEEDED", ...
Returns the value of attribute completed_status.
3388 3389 3390 |
# File 'sig/types.rbs', line 3388 def completed_status @completed_status end |
#ended_at ⇒ ::Time
Returns the value of attribute ended_at.
3392 3393 3394 |
# File 'sig/types.rbs', line 3392 def ended_at @ended_at end |
#manifests ⇒ ::Array[Types::TaskRunManifestPropertiesRequest]
Returns the value of attribute manifests.
3395 3396 3397 |
# File 'sig/types.rbs', line 3395 def manifests @manifests end |
#process_exit_code ⇒ ::Integer
Returns the value of attribute process_exit_code.
3389 3390 3391 |
# File 'sig/types.rbs', line 3389 def process_exit_code @process_exit_code end |
#progress_message ⇒ ::String
Returns the value of attribute progress_message.
3390 3391 3392 |
# File 'sig/types.rbs', line 3390 def @progress_message end |
#progress_percent ⇒ ::Float
Returns the value of attribute progress_percent.
3394 3395 3396 |
# File 'sig/types.rbs', line 3394 def progress_percent @progress_percent end |
#started_at ⇒ ::Time
Returns the value of attribute started_at.
3391 3392 3393 |
# File 'sig/types.rbs', line 3391 def started_at @started_at end |
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
3393 3394 3395 |
# File 'sig/types.rbs', line 3393 def updated_at @updated_at end |