Class: Aws::Types::TaskListItem

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#cache_hitBoolean

Returns the value of attribute cache_hit.

Returns:

  • (Boolean)


2333
2334
2335
# File 'sig/types.rbs', line 2333

def cache_hit
  @cache_hit
end

#cache_s3_uri::String

Returns the value of attribute cache_s3_uri.

Returns:

  • (::String)


2334
2335
2336
# File 'sig/types.rbs', line 2334

def cache_s3_uri
  @cache_s3_uri
end

#cpus::Integer

Returns the value of attribute cpus.

Returns:

  • (::Integer)


2332
2333
2334
# File 'sig/types.rbs', line 2332

def cpus
  @cpus
end

#creation_time::Time

Returns the value of attribute creation_time.

Returns:

  • (::Time)


2336
2337
2338
# File 'sig/types.rbs', line 2336

def creation_time
  @creation_time
end

#gpus::Integer

Returns the value of attribute gpus.

Returns:

  • (::Integer)


2339
2340
2341
# File 'sig/types.rbs', line 2339

def gpus
  @gpus
end

#instance_type::String

Returns the value of attribute instance_type.

Returns:

  • (::String)


2340
2341
2342
# File 'sig/types.rbs', line 2340

def instance_type
  @instance_type
end

#memory::Integer

Returns the value of attribute memory.

Returns:

  • (::Integer)


2335
2336
2337
# File 'sig/types.rbs', line 2335

def memory
  @memory
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


2331
2332
2333
# File 'sig/types.rbs', line 2331

def name
  @name
end

#start_time::Time

Returns the value of attribute start_time.

Returns:

  • (::Time)


2337
2338
2339
# File 'sig/types.rbs', line 2337

def start_time
  @start_time
end

#status"PENDING", ...

Returns the value of attribute status.

Returns:

  • ("PENDING", "STARTING", "RUNNING", "STOPPING", "COMPLETED", "CANCELLED", "FAILED")


2330
2331
2332
# File 'sig/types.rbs', line 2330

def status
  @status
end

#stop_time::Time

Returns the value of attribute stop_time.

Returns:

  • (::Time)


2338
2339
2340
# File 'sig/types.rbs', line 2338

def stop_time
  @stop_time
end

#task_id::String

Returns the value of attribute task_id.

Returns:

  • (::String)


2329
2330
2331
# File 'sig/types.rbs', line 2329

def task_id
  @task_id
end

#uuid::String

Returns the value of attribute uuid.

Returns:

  • (::String)


2341
2342
2343
# File 'sig/types.rbs', line 2341

def uuid
  @uuid
end