Class: Aws::Types::BatchGetSessionItem
- Inherits:
-
Object
- Object
- Aws::Types::BatchGetSessionItem
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#ended_at ⇒ ::Time
Returns the value of attribute ended_at.
-
#farm_id ⇒ ::String
Returns the value of attribute farm_id.
-
#fleet_id ⇒ ::String
Returns the value of attribute fleet_id.
-
#host_properties ⇒ Types::HostPropertiesResponse
Returns the value of attribute host_properties.
-
#job_id ⇒ ::String
Returns the value of attribute job_id.
-
#lifecycle_status ⇒ "STARTED", ...
Returns the value of attribute lifecycle_status.
-
#log ⇒ Types::LogConfiguration
Returns the value of attribute log.
-
#queue_id ⇒ ::String
Returns the value of attribute queue_id.
-
#session_id ⇒ ::String
Returns the value of attribute session_id.
-
#started_at ⇒ ::Time
Returns the value of attribute started_at.
-
#target_lifecycle_status ⇒ "ENDED"
Returns the value of attribute target_lifecycle_status.
-
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
-
#updated_by ⇒ ::String
Returns the value of attribute updated_by.
-
#worker_id ⇒ ::String
Returns the value of attribute worker_id.
-
#worker_log ⇒ Types::LogConfiguration
Returns the value of attribute worker_log.
Instance Attribute Details
#ended_at ⇒ ::Time
Returns the value of attribute ended_at.
376 377 378 |
# File 'sig/types.rbs', line 376 def ended_at @ended_at end |
#farm_id ⇒ ::String
Returns the value of attribute farm_id.
368 369 370 |
# File 'sig/types.rbs', line 368 def farm_id @farm_id end |
#fleet_id ⇒ ::String
Returns the value of attribute fleet_id.
372 373 374 |
# File 'sig/types.rbs', line 372 def fleet_id @fleet_id end |
#host_properties ⇒ Types::HostPropertiesResponse
Returns the value of attribute host_properties.
381 382 383 |
# File 'sig/types.rbs', line 381 def host_properties @host_properties end |
#job_id ⇒ ::String
Returns the value of attribute job_id.
370 371 372 |
# File 'sig/types.rbs', line 370 def job_id @job_id end |
#lifecycle_status ⇒ "STARTED", ...
Returns the value of attribute lifecycle_status.
375 376 377 |
# File 'sig/types.rbs', line 375 def lifecycle_status @lifecycle_status end |
#log ⇒ Types::LogConfiguration
Returns the value of attribute log.
380 381 382 |
# File 'sig/types.rbs', line 380 def log @log end |
#queue_id ⇒ ::String
Returns the value of attribute queue_id.
369 370 371 |
# File 'sig/types.rbs', line 369 def queue_id @queue_id end |
#session_id ⇒ ::String
Returns the value of attribute session_id.
371 372 373 |
# File 'sig/types.rbs', line 371 def session_id @session_id end |
#started_at ⇒ ::Time
Returns the value of attribute started_at.
374 375 376 |
# File 'sig/types.rbs', line 374 def started_at @started_at end |
#target_lifecycle_status ⇒ "ENDED"
Returns the value of attribute target_lifecycle_status.
377 378 379 |
# File 'sig/types.rbs', line 377 def target_lifecycle_status @target_lifecycle_status end |
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
378 379 380 |
# File 'sig/types.rbs', line 378 def updated_at @updated_at end |
#updated_by ⇒ ::String
Returns the value of attribute updated_by.
379 380 381 |
# File 'sig/types.rbs', line 379 def updated_by @updated_by end |
#worker_id ⇒ ::String
Returns the value of attribute worker_id.
373 374 375 |
# File 'sig/types.rbs', line 373 def worker_id @worker_id end |
#worker_log ⇒ Types::LogConfiguration
Returns the value of attribute worker_log.
382 383 384 |
# File 'sig/types.rbs', line 382 def worker_log @worker_log end |