Class: Aws::Types::GetSessionActionResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetSessionActionResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#acquired_limits ⇒ ::Array[Types::AcquiredLimit]
Returns the value of attribute acquired_limits.
-
#definition ⇒ Types::SessionActionDefinition
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.
-
#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.
-
#session_action_id ⇒ ::String
Returns the value of attribute session_action_id.
-
#session_id ⇒ ::String
Returns the value of attribute session_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
#acquired_limits ⇒ ::Array[Types::AcquiredLimit]
Returns the value of attribute acquired_limits.
1542 1543 1544 |
# File 'sig/types.rbs', line 1542 def acquired_limits @acquired_limits end |
#definition ⇒ Types::SessionActionDefinition
Returns the value of attribute definition.
1543 1544 1545 |
# File 'sig/types.rbs', line 1543 def definition @definition end |
#ended_at ⇒ ::Time
Returns the value of attribute ended_at.
1535 1536 1537 |
# File 'sig/types.rbs', line 1535 def ended_at @ended_at end |
#manifests ⇒ ::Array[Types::TaskRunManifestPropertiesResponse]
Returns the value of attribute manifests.
1538 1539 1540 |
# File 'sig/types.rbs', line 1538 def manifests @manifests end |
#process_exit_code ⇒ ::Integer
Returns the value of attribute process_exit_code.
1540 1541 1542 |
# File 'sig/types.rbs', line 1540 def process_exit_code @process_exit_code end |
#progress_message ⇒ ::String
Returns the value of attribute progress_message.
1541 1542 1543 |
# File 'sig/types.rbs', line 1541 def @progress_message end |
#progress_percent ⇒ ::Float
Returns the value of attribute progress_percent.
1537 1538 1539 |
# File 'sig/types.rbs', line 1537 def progress_percent @progress_percent end |
#session_action_id ⇒ ::String
Returns the value of attribute session_action_id.
1532 1533 1534 |
# File 'sig/types.rbs', line 1532 def session_action_id @session_action_id end |
#session_id ⇒ ::String
Returns the value of attribute session_id.
1539 1540 1541 |
# File 'sig/types.rbs', line 1539 def session_id @session_id end |
#started_at ⇒ ::Time
Returns the value of attribute started_at.
1534 1535 1536 |
# File 'sig/types.rbs', line 1534 def started_at @started_at end |
#status ⇒ "ASSIGNED", ...
Returns the value of attribute status.
1533 1534 1535 |
# File 'sig/types.rbs', line 1533 def status @status end |
#worker_updated_at ⇒ ::Time
Returns the value of attribute worker_updated_at.
1536 1537 1538 |
# File 'sig/types.rbs', line 1536 def worker_updated_at @worker_updated_at end |