Class: Aws::Types::Container

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#container_arn::String

Returns the value of attribute container_arn.

Returns:

  • (::String)


213
214
215
# File 'sig/types.rbs', line 213

def container_arn
  @container_arn
end

#cpu::String

Returns the value of attribute cpu.

Returns:

  • (::String)


226
227
228
# File 'sig/types.rbs', line 226

def cpu
  @cpu
end

#exit_code::Integer

Returns the value of attribute exit_code.

Returns:

  • (::Integer)


220
221
222
# File 'sig/types.rbs', line 220

def exit_code
  @exit_code
end

#gpu_ids::Array[::String]

Returns the value of attribute gpu_ids.

Returns:

  • (::Array[::String])


229
230
231
# File 'sig/types.rbs', line 229

def gpu_ids
  @gpu_ids
end

#health_status"HEALTHY", ...

Returns the value of attribute health_status.

Returns:

  • ("HEALTHY", "UNHEALTHY", "UNKNOWN")


224
225
226
# File 'sig/types.rbs', line 224

def health_status
  @health_status
end

#image::String

Returns the value of attribute image.

Returns:

  • (::String)


216
217
218
# File 'sig/types.rbs', line 216

def image
  @image
end

#image_digest::String

Returns the value of attribute image_digest.

Returns:

  • (::String)


217
218
219
# File 'sig/types.rbs', line 217

def image_digest
  @image_digest
end

#last_status::String

Returns the value of attribute last_status.

Returns:

  • (::String)


219
220
221
# File 'sig/types.rbs', line 219

def last_status
  @last_status
end

#managed_agents::Array[Types::ManagedAgent]

Returns the value of attribute managed_agents.

Returns:



225
226
227
# File 'sig/types.rbs', line 225

def managed_agents
  @managed_agents
end

#memory::String

Returns the value of attribute memory.

Returns:

  • (::String)


227
228
229
# File 'sig/types.rbs', line 227

def memory
  @memory
end

#memory_reservation::String

Returns the value of attribute memory_reservation.

Returns:

  • (::String)


228
229
230
# File 'sig/types.rbs', line 228

def memory_reservation
  @memory_reservation
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


215
216
217
# File 'sig/types.rbs', line 215

def name
  @name
end

#network_bindings::Array[Types::NetworkBinding]

Returns the value of attribute network_bindings.

Returns:



222
223
224
# File 'sig/types.rbs', line 222

def network_bindings
  @network_bindings
end

#network_interfaces::Array[Types::NetworkInterface]

Returns the value of attribute network_interfaces.

Returns:



223
224
225
# File 'sig/types.rbs', line 223

def network_interfaces
  @network_interfaces
end

#neuron_device_ids::Array[::String]

Returns the value of attribute neuron_device_ids.

Returns:

  • (::Array[::String])


230
231
232
# File 'sig/types.rbs', line 230

def neuron_device_ids
  @neuron_device_ids
end

#reason::String

Returns the value of attribute reason.

Returns:

  • (::String)


221
222
223
# File 'sig/types.rbs', line 221

def reason
  @reason
end

#runtime_id::String

Returns the value of attribute runtime_id.

Returns:

  • (::String)


218
219
220
# File 'sig/types.rbs', line 218

def runtime_id
  @runtime_id
end

#task_arn::String

Returns the value of attribute task_arn.

Returns:

  • (::String)


214
215
216
# File 'sig/types.rbs', line 214

def task_arn
  @task_arn
end