Class: Aws::Types::BatchGetSessionActionItem
- Inherits:
-
Object
- Object
- Aws::Types::BatchGetSessionActionItem
- 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.
-
#farm_id ⇒ ::String
Returns the value of attribute farm_id.
-
#job_id ⇒ ::String
Returns the value of attribute job_id.
-
#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.
-
#queue_id ⇒ ::String
Returns the value of attribute queue_id.
-
#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.
333 334 335 |
# File 'sig/types.rbs', line 333 def acquired_limits @acquired_limits end |
#definition ⇒ Types::SessionActionDefinition
Returns the value of attribute definition.
334 335 336 |
# File 'sig/types.rbs', line 334 def definition @definition end |
#ended_at ⇒ ::Time
Returns the value of attribute ended_at.
326 327 328 |
# File 'sig/types.rbs', line 326 def ended_at @ended_at end |
#farm_id ⇒ ::String
Returns the value of attribute farm_id.
320 321 322 |
# File 'sig/types.rbs', line 320 def farm_id @farm_id end |
#job_id ⇒ ::String
Returns the value of attribute job_id.
322 323 324 |
# File 'sig/types.rbs', line 322 def job_id @job_id end |
#manifests ⇒ ::Array[Types::TaskRunManifestPropertiesResponse]
Returns the value of attribute manifests.
329 330 331 |
# File 'sig/types.rbs', line 329 def manifests @manifests end |
#process_exit_code ⇒ ::Integer
Returns the value of attribute process_exit_code.
331 332 333 |
# File 'sig/types.rbs', line 331 def process_exit_code @process_exit_code end |
#progress_message ⇒ ::String
Returns the value of attribute progress_message.
332 333 334 |
# File 'sig/types.rbs', line 332 def @progress_message end |
#progress_percent ⇒ ::Float
Returns the value of attribute progress_percent.
328 329 330 |
# File 'sig/types.rbs', line 328 def progress_percent @progress_percent end |
#queue_id ⇒ ::String
Returns the value of attribute queue_id.
321 322 323 |
# File 'sig/types.rbs', line 321 def queue_id @queue_id end |
#session_action_id ⇒ ::String
Returns the value of attribute session_action_id.
323 324 325 |
# File 'sig/types.rbs', line 323 def session_action_id @session_action_id end |
#session_id ⇒ ::String
Returns the value of attribute session_id.
330 331 332 |
# File 'sig/types.rbs', line 330 def session_id @session_id end |
#started_at ⇒ ::Time
Returns the value of attribute started_at.
325 326 327 |
# File 'sig/types.rbs', line 325 def started_at @started_at end |
#status ⇒ "ASSIGNED", ...
Returns the value of attribute status.
324 325 326 |
# File 'sig/types.rbs', line 324 def status @status end |
#worker_updated_at ⇒ ::Time
Returns the value of attribute worker_updated_at.
327 328 329 |
# File 'sig/types.rbs', line 327 def worker_updated_at @worker_updated_at end |