Class: Aws::Types::SessionSummary

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)


2835
2836
2837
# File 'sig/types.rbs', line 2835

def ended_at
  @ended_at
end

#fleet_id::String

Returns the value of attribute fleet_id.

Returns:

  • (::String)


2831
2832
2833
# File 'sig/types.rbs', line 2831

def fleet_id
  @fleet_id
end

#lifecycle_status"STARTED", ...

Returns the value of attribute lifecycle_status.

Returns:

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


2834
2835
2836
# File 'sig/types.rbs', line 2834

def lifecycle_status
  @lifecycle_status
end

#session_id::String

Returns the value of attribute session_id.

Returns:

  • (::String)


2830
2831
2832
# File 'sig/types.rbs', line 2830

def session_id
  @session_id
end

#started_at::Time

Returns the value of attribute started_at.

Returns:

  • (::Time)


2833
2834
2835
# File 'sig/types.rbs', line 2833

def started_at
  @started_at
end

#target_lifecycle_status"ENDED"

Returns the value of attribute target_lifecycle_status.

Returns:

  • ("ENDED")


2836
2837
2838
# File 'sig/types.rbs', line 2836

def target_lifecycle_status
  @target_lifecycle_status
end

#updated_at::Time

Returns the value of attribute updated_at.

Returns:

  • (::Time)


2837
2838
2839
# File 'sig/types.rbs', line 2837

def updated_at
  @updated_at
end

#updated_by::String

Returns the value of attribute updated_by.

Returns:

  • (::String)


2838
2839
2840
# File 'sig/types.rbs', line 2838

def updated_by
  @updated_by
end

#worker_id::String

Returns the value of attribute worker_id.

Returns:

  • (::String)


2832
2833
2834
# File 'sig/types.rbs', line 2832

def worker_id
  @worker_id
end