Class: Aws::Types::SessionActionSummary
- Inherits:
-
Object
- Object
- Aws::Types::SessionActionSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#definition ⇒ Types::SessionActionDefinitionSummary
Returns the value of attribute definition.
-
#ended_at ⇒ ::Time
Returns the value of attribute ended_at.
-
#manifests ⇒ ::Array[Types::TaskRunManifestPropertiesResponse]
Returns the value of attribute manifests.
-
#progress_percent ⇒ ::Float
Returns the value of attribute progress_percent.
-
#session_action_id ⇒ ::String
Returns the value of attribute session_action_id.
-
#started_at ⇒ ::Time
Returns the value of attribute started_at.
-
#status ⇒ "ASSIGNED", ...
Returns the value of attribute status.
-
#worker_updated_at ⇒ ::Time
Returns the value of attribute worker_updated_at.
Instance Attribute Details
#definition ⇒ Types::SessionActionDefinitionSummary
Returns the value of attribute definition.
2825 2826 2827 |
# File 'sig/types.rbs', line 2825 def definition @definition end |
#ended_at ⇒ ::Time
Returns the value of attribute ended_at.
2821 2822 2823 |
# File 'sig/types.rbs', line 2821 def ended_at @ended_at end |
#manifests ⇒ ::Array[Types::TaskRunManifestPropertiesResponse]
Returns the value of attribute manifests.
2824 2825 2826 |
# File 'sig/types.rbs', line 2824 def manifests @manifests end |
#progress_percent ⇒ ::Float
Returns the value of attribute progress_percent.
2823 2824 2825 |
# File 'sig/types.rbs', line 2823 def progress_percent @progress_percent end |
#session_action_id ⇒ ::String
Returns the value of attribute session_action_id.
2818 2819 2820 |
# File 'sig/types.rbs', line 2818 def session_action_id @session_action_id end |
#started_at ⇒ ::Time
Returns the value of attribute started_at.
2820 2821 2822 |
# File 'sig/types.rbs', line 2820 def started_at @started_at end |
#status ⇒ "ASSIGNED", ...
Returns the value of attribute status.
2819 2820 2821 |
# File 'sig/types.rbs', line 2819 def status @status end |
#worker_updated_at ⇒ ::Time
Returns the value of attribute worker_updated_at.
2822 2823 2824 |
# File 'sig/types.rbs', line 2822 def worker_updated_at @worker_updated_at end |