Class: Aws::Types::WorkerSessionSummary

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#ended_at::Time

Returns the value of attribute ended_at.

Returns:

  • (::Time)


3504
3505
3506
# File 'sig/types.rbs', line 3504

def ended_at
  @ended_at
end

#job_id::String

Returns the value of attribute job_id.

Returns:

  • (::String)


3501
3502
3503
# File 'sig/types.rbs', line 3501

def job_id
  @job_id
end

#lifecycle_status"STARTED", ...

Returns the value of attribute lifecycle_status.

Returns:

  • ("STARTED", "UPDATE_IN_PROGRESS", "UPDATE_SUCCEEDED", "UPDATE_FAILED", "ENDED")


3503
3504
3505
# File 'sig/types.rbs', line 3503

def lifecycle_status
  @lifecycle_status
end

#queue_id::String

Returns the value of attribute queue_id.

Returns:

  • (::String)


3500
3501
3502
# File 'sig/types.rbs', line 3500

def queue_id
  @queue_id
end

#session_id::String

Returns the value of attribute session_id.

Returns:

  • (::String)


3499
3500
3501
# File 'sig/types.rbs', line 3499

def session_id
  @session_id
end

#started_at::Time

Returns the value of attribute started_at.

Returns:

  • (::Time)


3502
3503
3504
# File 'sig/types.rbs', line 3502

def started_at
  @started_at
end

#target_lifecycle_status"ENDED"

Returns the value of attribute target_lifecycle_status.

Returns:

  • ("ENDED")


3505
3506
3507
# File 'sig/types.rbs', line 3505

def target_lifecycle_status
  @target_lifecycle_status
end