Class: Aws::Types::BatchGetSessionItem

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)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


372
373
374
# File 'sig/types.rbs', line 372

def fleet_id
  @fleet_id
end

#host_propertiesTypes::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.

Returns:

  • (::String)


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.

Returns:

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


375
376
377
# File 'sig/types.rbs', line 375

def lifecycle_status
  @lifecycle_status
end

#logTypes::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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::Time)


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.

Returns:

  • ("ENDED")


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.

Returns:

  • (::Time)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


373
374
375
# File 'sig/types.rbs', line 373

def worker_id
  @worker_id
end

#worker_logTypes::LogConfiguration

Returns the value of attribute worker_log.



382
383
384
# File 'sig/types.rbs', line 382

def worker_log
  @worker_log
end